Set docker.group label for all containers so monitoring can group them

This commit is contained in:
Florian Zirker 2021-03-16 22:15:47 +01:00
parent a938fb02fe
commit e8e8b79de8
6 changed files with 9 additions and 6 deletions

View file

@ -18,6 +18,7 @@ services:
- "traefik.http.routers.portainer.entrypoints=web"
- "traefik.http.services.portainer.loadbalancer.server.port=9000"
- "docker.group=selfhost"
- "docker.group=portainer"
restart: unless-stopped
networks: