correct voulme bind mounts
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
904b015a6b
commit
bb3a7d57e1
1 changed files with 2 additions and 5 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue