mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
8 lines
177 B
YAML
8 lines
177 B
YAML
services:
|
|
lucky:
|
|
image: gdy666/lucky
|
|
container_name: lucky
|
|
network_mode: host
|
|
volumes:
|
|
- "${LUCKY_CONF_PATH:-./luckyconf}:/goodluck"
|
|
restart: always |