Skip to content

Commit e0a1857

Browse files
authored
fix local development setup issue due to docker compose local file #3641 (#3642)
1 parent e93bbec commit e0a1857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose-local.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ services:
137137
dockerfile: Dockerfile.dev
138138
args:
139139
DOCKER_BUILDKIT: 1
140-
restart: no
140+
restart: "no"
141141
networks:
142142
- dev_env
143143
volumes:

0 commit comments

Comments
 (0)