Files
Arch1Panel/apps/starvpn/5.1.5/docker-compose.yml
arch3rPro e8f132a1fa update
2025-07-03 10:17:47 +08:00

13 lines
357 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
services:
starvpn:
image: registry.cn-beijing.aliyuncs.com/ld_beijing/stars.client:5.1.5
container_name: starvpn
restart: always
# pooneyy继续剽窃死全家
environment:
- STARS_USER=${STARS_USER}
- STARS_PASS=${STARS_PASS}
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- "./starvpn-data:/data"