1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-05-06 13:49:32 +08:00
2025-06-25 11:22:27 +08:00

16 lines
296 B
YAML

services:
gh-proxy:
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