1
0

Update gh-proxy

This commit is contained in:
pooneyy
2025-07-01 17:34:13 +08:00
parent 50a389eba6
commit 866a95322c
6 changed files with 45 additions and 5 deletions

View File

@@ -0,0 +1,18 @@
services:
gh-proxy:
image: wjqserver/ghproxy:latest
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- ${DATA_PATH}/log:/data/ghproxy/log
- ${DATA_PATH}/config:/data/ghproxy/config
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true