zot-docker-setup/docker-compose.yml

11 lines
343 B
YAML
Raw Normal View History

2024-12-09 22:20:46 -05:00
services:
zot:
image: ghcr.io/project-zot/zot:latest
network_mode: host # Configure the ports in the "config.json" file.
stdin_open: true
tty: true
volumes:
- ./config.json:/etc/zot/config.json
- ./htpasswd:/etc/zot/htpasswd
- ./zot:/var/lib/registry # Generated
- ./logs:/var/log/zot/ # Generated