mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-18 10:57:12 +08:00
Add App Lucky
This commit is contained in:
9
apps/lucky/bridge/docker-compose.yml
Normal file
9
apps/lucky/bridge/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
lucky:
|
||||
image: gdy666/lucky
|
||||
container_name: lucky
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP:-16601}:16601"
|
||||
volumes:
|
||||
- "${LUCKY_CONF_PATH:-./luckyconf}:/goodluck"
|
||||
restart: always
|
||||
Reference in New Issue
Block a user