1
0
Fork 0
1Panel-Appstore/apps/jdxb/host/docker-compose.yml

15 lines
314 B
YAML

services:
jdxb:
image: ionewu/owjdxb:latest
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"