Skip to content

Commit

Permalink
fix: docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BrooksYang committed Mar 23, 2024
1 parent 5b5bd18 commit d564330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
bingoctl:
image: ${APP_NAME}ctl:${APP_VERSION}
container_name: ${APP_NAME}ctl
restart: no
restart: "no"
build:
context: ../../
dockerfile: build/docker/bingoctl/Dockerfile
Expand Down

0 comments on commit d564330

Please sign in to comment.