changed restart behavior
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
||||
telegraf-docker:
|
||||
image: telegraf
|
||||
container_name: telegraf-docker
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
uts: host
|
||||
user: telegraf:${DOCKER_GUID}
|
||||
env_file:
|
||||
@@ -24,7 +24,7 @@ services:
|
||||
promtail:
|
||||
image: grafana/promtail
|
||||
container_name: promtail
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
uts: host
|
||||
env_file:
|
||||
- .env
|
||||
@@ -39,7 +39,7 @@ services:
|
||||
watchtower:
|
||||
image: containrrr/watchtower
|
||||
container_name: watchtower
|
||||
restart: unless-stopped
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
Reference in New Issue
Block a user