1
0
Fork 0
1Panel-Appstore/apps/gh-proxy/2024-02-19/docker-compose.yml

17 lines
332 B
YAML

services:
gh-proxy:
image: wjqserver/ghproxy:latest
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
image: stilleshan/gh-proxy:2024-02-19
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true