🌱docker-compose.yml
This commit is contained in:
parent
fcdf7653d2
commit
df6222ae77
13
Conf/Qinglong/docker-compose.yml
Normal file
13
Conf/Qinglong/docker-compose.yml
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user