Always restart, not unless-stopped

This commit is contained in:
Korbs 2024-12-11 13:04:34 -05:00
parent ad922a1662
commit 982d883858

2
docker-compose.yml Normal file → Executable file
View 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