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