feat: update starvpn 6.0.5

This commit is contained in:
arch3rPro
2026-05-26 03:39:54 +08:00
parent 5b1988a895
commit 7c4517e192
3 changed files with 3 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
starvpn:
image: registry.cn-beijing.aliyuncs.com/ld_beijing/stars.client:6.0.5
container_name: starvpn
restart: always
environment:
- STARS_USER=${STARS_USER}
- STARS_PASS=${STARS_PASS}
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- "./starvpn-data:/data"