[zot] Add command for container to use config.yaml

This commit is contained in:
JuliusFreudenberger 2025-03-24 13:40:03 +02:00
parent c65164084d
commit bfb2f5c149

View file

@ -4,6 +4,7 @@ services:
zot:
image: ghcr.io/project-zot/zot:${zot_version:-latest}
restart: unless-stopped
command: serve /etc/zot/config.yaml
environment:
- VIRTUAL_HOST=zot.jfreudenberger.de
- VIRTUAL_PORT=5000