[zot] Add command for container to use config.yaml
This commit is contained in:
parent
c65164084d
commit
bfb2f5c149
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ services:
|
||||||
zot:
|
zot:
|
||||||
image: ghcr.io/project-zot/zot:${zot_version:-latest}
|
image: ghcr.io/project-zot/zot:${zot_version:-latest}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
command: serve /etc/zot/config.yaml
|
||||||
environment:
|
environment:
|
||||||
- VIRTUAL_HOST=zot.jfreudenberger.de
|
- VIRTUAL_HOST=zot.jfreudenberger.de
|
||||||
- VIRTUAL_PORT=5000
|
- VIRTUAL_PORT=5000
|
||||||
|
|
Loading…
Add table
Reference in a new issue