1
0

feat:添加花生壳到列表#1764

This commit is contained in:
okxlin
2024-10-13 18:21:20 +08:00
parent d90648103f
commit 501aeba0ec
9 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
CONTAINER_NAME="phtunnel"
TIPS="注意查看说明文档/Attention to the documentation"

View File

@@ -0,0 +1,9 @@
additionalProperties:
formFields:
- default: "注意查看说明文档/Attention to the documentation"
disabled: true
envKey: TIPS
labelEn: Here's a hint note
labelZh: 这是一个提示说明
required: true
type: text

View File

@@ -0,0 +1,12 @@
services:
phtunnel:
image: "bestoray/phtunnel:1.0.0"
container_name: ${CONTAINER_NAME}
restart: always
devices:
- /dev/net/tun
network_mode: host
cap_add:
- NET_ADMIN
labels:
createdBy: "Apps"