mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-12-24 13:37:58 +08:00
13 lines
259 B
YAML
13 lines
259 B
YAML
version: "3"
|
|
services:
|
|
ghcr:
|
|
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
|