update for ports
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run

This commit is contained in:
admin 2026-02-09 12:03:18 -07:00
parent 034dc6b6b7
commit 09df508729

View file

@ -4,6 +4,8 @@ services:
container_name: zot-node${ZOT_NODE_ID} container_name: zot-node${ZOT_NODE_ID}
restart: unless-stopped restart: unless-stopped
user: "1000:1000" user: "1000:1000"
ports:
- 5000:5000
volumes: volumes:
- /shared/zot/etc:/etc/zot - /shared/zot/etc:/etc/zot
- /shared/zot/var:/var/lib/zot - /shared/zot/var:/var/lib/zot