mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 07:56:49 +00:00
Refactor docker-compose.yml to add container_name for dozzle service
This commit is contained in:
@@ -138,11 +138,12 @@ services:
|
|||||||
|
|
||||||
dozzle:
|
dozzle:
|
||||||
image: amir20/dozzle:latest
|
image: amir20/dozzle:latest
|
||||||
|
container_name: dozzle
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
ports:
|
expose:
|
||||||
- 8080:8080
|
- 8080
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
# labels:
|
# labels:
|
||||||
|
|||||||
Reference in New Issue
Block a user