Kleine Fehler behoben
This commit is contained in:
parent
5041c8b092
commit
d26742994a
3 changed files with 3 additions and 4 deletions
|
@ -19,9 +19,10 @@ services:
|
||||||
- "traefik.http.routers.heimdall.rule=Host(`dashboard.${DOMAIN}`)"
|
- "traefik.http.routers.heimdall.rule=Host(`dashboard.${DOMAIN}`)"
|
||||||
- "traefik.http.routers.heimdall.entrypoints=web"
|
- "traefik.http.routers.heimdall.entrypoints=web"
|
||||||
- "traefik.http.services.heimdall.loadbalancer.server.port=80"
|
- "traefik.http.services.heimdall.loadbalancer.server.port=80"
|
||||||
- "docker.group="dashboard"
|
- "docker.group=dashboard"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
web:
|
web:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
|
|
@ -74,5 +74,3 @@ networks:
|
||||||
monitoring:
|
monitoring:
|
||||||
web:
|
web:
|
||||||
external: true
|
external: true
|
||||||
dockersocket:
|
|
||||||
external: true
|
|
||||||
|
|
|
@ -176,7 +176,7 @@
|
||||||
## Setting interfaces will tell it to gather these explicit interfaces,
|
## Setting interfaces will tell it to gather these explicit interfaces,
|
||||||
## regardless of status.
|
## regardless of status.
|
||||||
##
|
##
|
||||||
interfaces = ["enx001e0636be71"]
|
interfaces = ["enp2s0"]
|
||||||
##
|
##
|
||||||
## On linux systems telegraf also collects protocol stats.
|
## On linux systems telegraf also collects protocol stats.
|
||||||
## Setting ignore_protocol_stats to true will skip reporting of protocol metrics.
|
## Setting ignore_protocol_stats to true will skip reporting of protocol metrics.
|
||||||
|
|
Loading…
Reference in a new issue