Merge pull request #68 from wahyd4/junwei/minor-md-update

Update readme to specify protocol when binding domain
This commit is contained in:
2019-10-26 21:40:01 +11:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ services:
- ENABLE_AUTH=true
- ARIA2_USER=hello
- ARIA2_PWD=world
- DOMAIN=toozhao.com
- DOMAIN=http://toozhao.com
volumes:
- ./data:/data
```
+1 -1
View File
@@ -95,7 +95,7 @@ services:
- ENABLE_AUTH=true
- ARIA2_USER=hello
- ARIA2_PWD=world
- DOMAIN=toozhao.com
- DOMAIN=http://toozhao.com
volumes:
- ./data:/data
```