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:
Paul Mullins 2024-04-11 18:41:02 -04:00
parent 032b67632e
commit 255e7f7dfd

View File

@ -23,7 +23,7 @@ services:
- $HOME/.nsecbunker-config:/app/config
env_file:
- .env
restart: no
restart: "no"
entrypoint: ""
command:
- npx