16 lines
302 B
YAML
16 lines
302 B
YAML
qinglong:
|
|
image: whyour/qinglong:latest
|
|
container_name: qinglong
|
|
hostname: qinglong
|
|
restart: always
|
|
ports:
|
|
- "5700:5700"
|
|
volumes:
|
|
- ./config:/ql/config
|
|
- ./log:/ql/log
|
|
- ./db:/ql/db
|
|
- ./repo:/ql/repo
|
|
- ./raw:/ql/raw
|
|
- ./scripts:/ql/scripts
|
|
- ./jbot:/ql/jbot
|