1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 20:51:04 +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.1.7
labels:
createdBy: "Apps"