Refactor docker-compose.yml to update dozzle service configuration

This commit is contained in:
2024-05-28 16:03:29 +08:00
parent ce1cfbf4c7
commit feff445ab3
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.dozzle.entrypoints=web"
- "traefik.http.routers.dozzle.rule=Host(`mac`)"
- "traefik.http.routers.dozzle.rule=Host(`$HOSTNAME`)"
- "traefik.http.services.dozzle.loadbalancer.server.port=8080"
# volumes: