updated dozzle compose file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user