mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 00:16:49 +00:00
Refactor docker-compose.yml to update port mapping for dozzle service
This commit is contained in:
@@ -140,8 +140,8 @@ services:
|
|||||||
image: amir20/dozzle:latest
|
image: amir20/dozzle:latest
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
expose:
|
ports:
|
||||||
- 8080
|
- "8080:8080"
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
Reference in New Issue
Block a user