correct voulme bind mounts
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run

This commit is contained in:
admin 2026-02-06 14:47:27 -07:00
parent 904b015a6b
commit bb3a7d57e1

View file

@ -3,13 +3,10 @@ services:
image: ghcr.io/project-zot/zot-linux-amd64:latest image: ghcr.io/project-zot/zot-linux-amd64:latest
container_name: zot-node${ZOT_NODE_ID} container_name: zot-node${ZOT_NODE_ID}
restart: unless-stopped restart: unless-stopped
# Zot runs as user 1000 by default in this image, aligning with your setup
user: "1000:1000" user: "1000:1000"
volumes: volumes:
# The Config File (We will create this below) - /shared/zot/etc:/etc/zot
- /shared/zot/config.json:/etc/zot/config.json - /shared/zot/var:/var/lib/zot
# The Storage (Images go here)
- /shared/zot/data:/var/lib/zot
networks: networks:
- zot_external - zot_external
- zot_internal - zot_internal