mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
11 lines
213 B
YAML
11 lines
213 B
YAML
services:
|
|
lucky:
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: always
|
|
network_mode: host
|
|
volumes:
|
|
- ${DATA_PATH}:/goodluck
|
|
image: gdy666/lucky:2.15.7
|
|
labels:
|
|
createdBy: "Apps"
|