mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-18 18:01:03 +08:00
15 lines
307 B
YAML
15 lines
307 B
YAML
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" |