mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-18 02:08:39 +08:00
Add App 节点小宝
This commit is contained in:
15
apps/jdxb/host/docker-compose.yml
Normal file
15
apps/jdxb/host/docker-compose.yml
Normal 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"
|
||||
Reference in New Issue
Block a user