Kleine Fehler behoben

This commit is contained in:
Florian Zirker 2022-08-21 18:38:12 +02:00
parent 5041c8b092
commit d26742994a
3 changed files with 3 additions and 4 deletions

View file

@ -19,9 +19,10 @@ services:
- "traefik.http.routers.heimdall.rule=Host(`dashboard.${DOMAIN}`)"
- "traefik.http.routers.heimdall.entrypoints=web"
- "traefik.http.services.heimdall.loadbalancer.server.port=80"
- "docker.group="dashboard"
- "docker.group=dashboard"
restart: unless-stopped
networks:
web:
external: true

View file

@ -74,5 +74,3 @@ networks:
monitoring:
web:
external: true
dockersocket:
external: true

View file

@ -176,7 +176,7 @@
## Setting interfaces will tell it to gather these explicit interfaces,
## regardless of status.
##
interfaces = ["enx001e0636be71"]
interfaces = ["enp2s0"]
##
## On linux systems telegraf also collects protocol stats.
## Setting ignore_protocol_stats to true will skip reporting of protocol metrics.