mirror of
https://github.com/kind-0/nsecbunkerd.git
synced 2026-08-01 07:21:42 +00:00
Fix error in docker-compose.yml, migrations.restart needs to be string
Here was the error I had, ~/nsecbunkerd$ docker-compose up -d ERROR: The Compose file './docker-compose.yml' is invalid because: services.migrations.restart contains an invalid type, it should be a string dentropy@umbrel:~/nsecbunkerd$ vim docker-compose.yml
This commit is contained in:
parent
032b67632e
commit
255e7f7dfd
@ -23,7 +23,7 @@ services:
|
||||
- $HOME/.nsecbunker-config:/app/config
|
||||
env_file:
|
||||
- .env
|
||||
restart: no
|
||||
restart: "no"
|
||||
entrypoint: ""
|
||||
command:
|
||||
- npx
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user