1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-04-23 04:44:23 +08:00
This commit is contained in:
2024
2024-01-02 20:59:48 +08:00
commit ede2f2b59d
141 changed files with 36220 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
version: '2'
services:
ql_web:
image: whyour/qinglong:2.11.3
container_name: ql
volumes:
- ./data/config:/ql/config
- ./data/log:/ql/log
- ./data/db:/ql/db
- ./data/scripts:/ql/scripts
- ./data/repo:/ql/repo
ports:
- "0.0.0.0:5700:5700"
environment:
- ENABLE_HANGUP=true
- ENABLE_WEB_PANEL=true
restart: always