Files
Arch1Panel/apps/lucky/host/docker-compose.yml
2025-07-02 14:19:01 +08:00

8 lines
177 B
YAML

services:
lucky:
image: gdy666/lucky
container_name: lucky
network_mode: host
volumes:
- "${LUCKY_CONF_PATH:-./luckyconf}:/goodluck"
restart: always