1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-26 08:24:59 +08:00

14 lines
319 B
YAML

services:
stars-client:
restart: always
privileged: true
network_mode: host
container_name: stars.client
environment:
- STARS_USER=${STARS_USER}
- STARS_PASS=${STARS_PASS}
volumes:
- ./data:/data
image: xianwei2022/stars.client:5.2.3
labels:
createdBy: "Apps"