update for ports
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
034dc6b6b7
commit
09df508729
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue