testing dozzle

This commit is contained in:
2022-05-28 21:40:37 -05:00
parent f23f0abc8c
commit 8a3d1bfb4f

View File

@@ -6,13 +6,13 @@ services:
hostname: dozzle
image: amir20/dozzle:latest
environment:
- DOZZLE_ADDR=localhost:9999
- DOZZLE_ADDR=localhost:1224
labels:
- traefik.enable=true
- traefik.http.routers.dozzle.entryPoints=https
- traefik.http.services.dozzle.loadbalancer.server.port=9999
- traefik.http.services.dozzle.loadbalancer.server.port=1224
ports:
- 9999:8080/tcp
- 9999:1224
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro