1
0
Fork 0
1Panel-Appstore/apps/starvpn-client/5.1.6/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.1.6
labels:
createdBy: "Apps"