fix local development setup issue due to docker compose local file makeplane/plane#3641 (#3642)
This commit is contained in:
parent
e93bbec4cd
commit
e0a18578f5
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ services:
|
|||
dockerfile: Dockerfile.dev
|
||||
args:
|
||||
DOCKER_BUILDKIT: 1
|
||||
restart: no
|
||||
restart: "no"
|
||||
networks:
|
||||
- dev_env
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue