mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
Fix: docker images
This commit is contained in:
@@ -6,14 +6,15 @@ additionalProperties:
|
||||
labelEn: User User
|
||||
labelZh: 成员账号
|
||||
required: true
|
||||
type: string
|
||||
type: text
|
||||
- default: password
|
||||
edit: true
|
||||
envKey: STARS_PASS
|
||||
labelEn: User Password
|
||||
labelZh: 成员密码
|
||||
required: true
|
||||
type: string
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: 8080
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
@@ -22,10 +23,3 @@ additionalProperties:
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ./starvpn-data
|
||||
edit: true
|
||||
envKey: STARVPN_DATA_PATH
|
||||
labelEn: Data Path
|
||||
labelZh: 数据目录
|
||||
required: true
|
||||
type: string
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
starvpn:
|
||||
image: starvpn/starvpn:latest
|
||||
image: registry.cn-beijing.aliyuncs.com/ld_beijing/stars.client:5.1.5
|
||||
container_name: starvpn
|
||||
restart: always
|
||||
environment:
|
||||
@@ -1,4 +1,4 @@
|
||||
name: StarVPN
|
||||
name: 星空组网
|
||||
|
||||
tags:
|
||||
- VPN
|
||||
@@ -12,7 +12,7 @@ description: StarVPN 是一款支持多平台的自托管 VPN 服务,支持 Do
|
||||
|
||||
additionalProperties:
|
||||
key: starvpn
|
||||
name: StarVPN
|
||||
name: 星空组网
|
||||
tags:
|
||||
- VPN
|
||||
- Network
|
||||
|
||||
Reference in New Issue
Block a user