Always restart, not unless-stopped
This commit is contained in:
parent
ad922a1662
commit
982d883858
1 changed files with 1 additions and 1 deletions
2
docker-compose.yml
Normal file → Executable file
2
docker-compose.yml
Normal file → Executable file
|
@ -4,7 +4,7 @@ services:
|
||||||
image: ark.sudovanilla.org/korbs/netweak-agent:amd64
|
image: ark.sudovanilla.org/korbs/netweak-agent:amd64
|
||||||
# For ARM64/V8 Machines:
|
# For ARM64/V8 Machines:
|
||||||
# image: ark.sudovanilla.org/korbs/netweak-agent:arm64
|
# image: ark.sudovanilla.org/korbs/netweak-agent:arm64
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
container_name: netweak_agent
|
container_name: netweak_agent
|
||||||
volumes:
|
volumes:
|
||||||
- ./token.conf:/etc/netweak/token.conf
|
- ./token.conf:/etc/netweak/token.conf
|
Loading…
Reference in a new issue