dockerfiles/registry-proxy/docker-compose.yml

13 lines
259 B
YAML
Raw Permalink Normal View History

2022-04-11 19:57:39 +08:00
version: "3"
services:
2022-04-11 21:12:17 +08:00
ghcr:
2022-04-11 19:57:39 +08:00
image: stilleshan/registry-proxy
volumes:
- ./data:/var/lib/registry
- /etc/localtime:/etc/localtime
ports:
- 5000:5000
environment:
- PROXY_REMOTE_URL=https://ghcr.io
restart: always