sd
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-04-29 23:10:20 -05:00
parent 083ae7fb47
commit 39cd6448b8

View file

@ -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: