1
0
Fork 0

feat(starvpn-node): update to version 1.2.6

- update docker image tag from 1.2.5 to 1.2.6
- make container name configurable via environment variable
- standardize labels formatting
This commit is contained in:
pooneyy 2026-02-23 11:17:12 +08:00
parent 62617cda23
commit 3b27afb71a
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -1,12 +1,12 @@
services:
stars-node:
image: registry.cn-beijing.aliyuncs.com/ld_beijing/stars.node:1.2.5
image: registry.cn-beijing.aliyuncs.com/ld_beijing/stars.node:1.2.6
restart: always
container_name: stars.node
container_name: ${CONTAINER_NAME}
network_mode: "host"
environment:
- SERVER_ADDR=${SERVER_ADDR}
- ALLOW_COMMUNITY=${STARS_ACCOUNT}
- TOKEN=${TOKEN}
labels:
createdBy: "Apps"
labels:
createdBy: Apps