gremlin: auto-fix swarm/dozzle.yaml (1 issue fixed)
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

- Added PUID/PGID 1964 to "dozzle"
This commit is contained in:
traveler 2026-04-29 23:06:05 -05:00
parent 5d6ef55361
commit 4e0c627497

View file

@ -5,6 +5,8 @@ services:
environment:
DOZZLE_MODE: swarm
volumes:
PUID: "1964"
PGID: "1964"
- /var/run/docker.sock:/var/run/docker.sock
ports:
- "8080:8080"