mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 23:46:51 +00:00
Refactor docker-compose.yml to update port mapping for dozzle service
This commit is contained in:
@@ -141,8 +141,8 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
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