sd
This commit is contained in:
parent
083ae7fb47
commit
39cd6448b8
1 changed files with 3 additions and 4 deletions
|
|
@ -3,7 +3,9 @@ services:
|
||||||
dozzle:
|
dozzle:
|
||||||
image: amir20/dozzle:latest
|
image: amir20/dozzle:latest
|
||||||
environment:
|
environment:
|
||||||
DOZZLE_MODE: swarm
|
DOZZLE_MODE:
|
||||||
|
PUID: "1964"
|
||||||
|
PGID: "1964"
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
ports:
|
ports:
|
||||||
|
|
@ -11,9 +13,6 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- netgrimoire
|
- netgrimoire
|
||||||
- dozzle
|
- dozzle
|
||||||
environment:
|
|
||||||
PUID: "1964"
|
|
||||||
PGID: "1964"
|
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue