docker compose wants restart: value to be quoted

This commit is contained in:
rabble 2024-12-09 21:54:46 +13:00
parent f4fd7403cc
commit 8676b36f30

View File

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