自行选择 arm64 | amd64
docker run -d -p 80:80 --restart=always --name gh-proxy mirrors2/gh-proxy:arm64
version: '3.3'
services:
gh-proxy:
image: 'mirrors2/gh-proxy:arm64'
container_name: gh-proxy
container_name: gh-proxy
ports:
- '80:80'
version: '3.7'
services:
gh-proxy:
image: mirrors2/gh-proxy:arm64
networks:
- traefik
labels:
- "traefik.enable=true"
- "traefik.docker.network=traefik"
- "traefik.http.routers.ghproxy.entrypoints=websecure"
- "traefik.http.routers.ghproxy.rule=Host(` >yourdomain< `)"
networks:
traefik:
external: true
Content type
Image
Digest
Size
333.3 MB
Last updated
over 4 years ago
docker pull mirrors2/gh-proxy:amd64