fix install
This commit is contained in:
parent
31664cbc4d
commit
b2da1c0f76
@ -15,10 +15,10 @@ English | **[中文文档](./README_CN.md)**
|
||||
```bash
|
||||
# 1、Clone the repository
|
||||
|
||||
# using ssh
|
||||
git clone git@github.com:kuaifan/dootask.git
|
||||
# or you can use https
|
||||
# Clone projects on github
|
||||
git clone https://github.com/kuaifan/dootask.git
|
||||
# or you can use gitee
|
||||
git clone https://gitee.com/aipaw/dootask.git
|
||||
|
||||
# 2、enter directory
|
||||
cd dootask
|
||||
|
@ -15,10 +15,10 @@
|
||||
```bash
|
||||
# 1、克隆项目到您的本地或服务器
|
||||
|
||||
# 使用ssh
|
||||
git clone git@github.com:kuaifan/dootask.git
|
||||
# 或者你也可以使用https
|
||||
# 通过github克隆项目
|
||||
git clone https://github.com/kuaifan/dootask.git
|
||||
# 或者你也可以使用gitee
|
||||
git clone https://gitee.com/aipaw/dootask.git
|
||||
|
||||
# 2、进入目录
|
||||
cd dootask
|
||||
|
10
docker/dns/dns.conf
Normal file
10
docker/dns/dns.conf
Normal file
@ -0,0 +1,10 @@
|
||||
[program:dns]
|
||||
directory=/var/www/docker/dns
|
||||
command=/etc/init.d/dnsmasq restart
|
||||
numprocs=1
|
||||
autostart=true
|
||||
autorestart=false
|
||||
startretries=1
|
||||
user=root
|
||||
redirect_stderr=true
|
||||
stdout_logfile=/var/log/supervisor/%(program_name)s.log
|
2
docker/office/.gitignore
vendored
2
docker/office/.gitignore
vendored
@ -1,2 +0,0 @@
|
||||
data
|
||||
logs
|
1
docker/office/data/.gitignore
vendored
Normal file
1
docker/office/data/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*/
|
1
docker/office/logs/.gitignore
vendored
Normal file
1
docker/office/logs/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*/
|
Loading…
x
Reference in New Issue
Block a user