Sign inSign up

mirrors2/gh-proxy

By mirrors2

•Updated over 4 years ago

gh-proxy on ARM64 | by: mirrors2

Image
0

2.0K

mirrors2/gh-proxy repository overview

⁠gh-proxy on ARM64 | gh-proxy的ARM版

自行选择 arm64 | amd64

⁠HOW TO USE

  • command line
docker run -d  -p 80:80 --restart=always  --name gh-proxy  mirrors2/gh-proxy:arm64
  • docker-compose
version: '3.3'
services:
    gh-proxy:
        image: 'mirrors2/gh-proxy:arm64'
        container_name: gh-proxy
        container_name: gh-proxy
        ports:
            - '80:80'
  • docke-comoose with traefik
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

Tag summary

Content type

Image

Digest

Size

333.3 MB

Last updated

over 4 years ago

docker pull mirrors2/gh-proxy:amd64