fix install

This commit is contained in:
kuaifan 2021-12-01 18:17:47 +08:00
parent 31664cbc4d
commit b2da1c0f76
6 changed files with 18 additions and 8 deletions

View File

@ -15,10 +15,10 @@ English | **[中文文档](./README_CN.md)**
```bash ```bash
# 1、Clone the repository # 1、Clone the repository
# using ssh # Clone projects on github
git clone git@github.com:kuaifan/dootask.git
# or you can use https
git clone https://github.com/kuaifan/dootask.git git clone https://github.com/kuaifan/dootask.git
# or you can use gitee
git clone https://gitee.com/aipaw/dootask.git
# 2、enter directory # 2、enter directory
cd dootask cd dootask

View File

@ -15,10 +15,10 @@
```bash ```bash
# 1、克隆项目到您的本地或服务器 # 1、克隆项目到您的本地或服务器
# 使用ssh # 通过github克隆项目
git clone git@github.com:kuaifan/dootask.git
# 或者你也可以使用https
git clone https://github.com/kuaifan/dootask.git git clone https://github.com/kuaifan/dootask.git
# 或者你也可以使用gitee
git clone https://gitee.com/aipaw/dootask.git
# 2、进入目录 # 2、进入目录
cd dootask cd dootask

10
docker/dns/dns.conf Normal file
View 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

View File

@ -1,2 +0,0 @@
data
logs

1
docker/office/data/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*/

1
docker/office/logs/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*/