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

16 lines
324 B
YAML

services:
jdxb:
image: ionewu/owjdxb:latest
container_name: ${CONTAINER_NAME}
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:9118
volumes:
- ./store:/data/store
restart: unless-stopped
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true