1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-20 17:11:03 +08:00
2025-06-25 11:22:27 +08:00

16 lines
297 B
YAML

services:
dailyhot-api:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:6688"
image: imsyy/dailyhot-api:v2.0.7
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true