Add App 节点小宝

This commit is contained in:
arch3rPro
2025-07-01 16:29:27 +08:00
parent 9e0854b6b0
commit c68a01a324
8 changed files with 258 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
services:
jdxb:
image: ionewu/owjdxb
container_name: ${CONTAINER_NAME}
network_mode: host
volumes:
- ./store:/data/store
devices:
- "/dev/net/tun:/dev/net/tun"
cap_add:
- NET_ADMIN
- SYS_ADMIN
restart: unless-stopped
labels:
createdBy: "Apps"