mirror of
https://github.com/kind-0/nsecbunkerd.git
synced 2026-05-03 07:00:11 +00:00
docker compose wants restart: value to be quoted
This commit is contained in:
parent
f4fd7403cc
commit
8676b36f30
@ -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