1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-20 12:01:02 +08:00
1Panel-Appstore/lucky/latest/docker-compose.yml
2024-02-26 13:09:34 +08:00

12 lines
226 B
YAML

version: '3'
services:
lucky:
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host
volumes:
- ${DATA_PATH}:/goodluck
image: gdy666/lucky:latest
labels:
createdBy: "Apps"