1
0
1Panel-Appstore/apps/gopeed/1.6.3/docker-compose.yml

18 lines
345 B
YAML
Raw Normal View History

2023-11-09 19:15:01 +08:00
services:
gopeed:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:9999"
volumes:
- "${DOWNLOAD_PATH}:/root/Downloads"
image: liwei2633/gopeed:v1.6.3
2023-11-09 19:15:01 +08:00
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true