1
0
mirror of https://gitlink.org.cn/pooneyy/1Panel-Appstore.git synced 2026-04-24 10:41:42 +08:00
1Panel-Appstore/apps/starvpn-client/5.2.3/docker-compose.yml

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"