added container names

This commit is contained in:
John Lancaster
2024-02-24 16:21:13 -06:00
parent fee154dbc5
commit ece6dcc865

View File

@@ -23,6 +23,7 @@ services:
promtail:
image: grafana/promtail
container_name: promtail
restart: unless-stopped
uts: host
env_file:
@@ -37,6 +38,7 @@ services:
watchtower:
image: containrrr/watchtower
container_name: watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /etc/localtime:/etc/localtime:ro