version: "3" services: ghcr: image: "registry:2.8.3" container_name: "ghcr" restart: "always" volumes: - "/etc/localtime:/etc/localtime" - "./data:/var/lib/registry" - "./config.yml:/etc/docker/registry/config.yml" ports: - "5001:5000"