updated dozzle compose file

This commit is contained in:
2024-07-05 16:51:03 -05:00
parent 1c51798aa9
commit 87cccaaf37

View File

@@ -17,12 +17,10 @@ services:
dozzle:
container_name: dozzle
image: amir20/dozzle:latest
environment:
- DOZZLE_ADDR=:1234
networks:
- reverse-proxy
ports:
- 9999:1234
- 9999:8080
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro