services: zot: image: ghcr.io/project-zot/zot-linux-amd64:latest container_name: zot restart: unless-stopped command: serve /etc/zot/config.yaml ports: - "5000:5000" volumes: - ./config.yaml:/etc/zot/config.yaml:ro - ./sync-credentials.json:/etc/zot/sync-credentials.json:ro - /srv/container-registry-data:/var/lib/zot