🌱docker-compose.yml

This commit is contained in:
Leon 2021-07-12 17:24:45 +08:00
parent fcdf7653d2
commit df6222ae77

View File

@ -0,0 +1,13 @@
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
- ./scripts:/ql/scripts