Files
Arch1Panel/apps/lucky/bridge/docker-compose.yml

9 lines
211 B
YAML
Raw Normal View History

2025-07-02 14:19:01 +08:00
services:
lucky:
image: gdy666/lucky
container_name: lucky
ports:
- "${PANEL_APP_PORT_HTTP:-16601}:16601"
volumes:
- "${LUCKY_CONF_PATH:-./luckyconf}:/goodluck"
restart: always