added container names
This commit is contained in:
@@ -23,6 +23,7 @@ services:
|
|||||||
|
|
||||||
promtail:
|
promtail:
|
||||||
image: grafana/promtail
|
image: grafana/promtail
|
||||||
|
container_name: promtail
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
uts: host
|
uts: host
|
||||||
env_file:
|
env_file:
|
||||||
@@ -37,6 +38,7 @@ services:
|
|||||||
|
|
||||||
watchtower:
|
watchtower:
|
||||||
image: containrrr/watchtower
|
image: containrrr/watchtower
|
||||||
|
container_name: watchtower
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user