Update readme to specify protocol when binding domain

This commit is contained in:
2019-10-26 21:39:07 +11:00
parent 4b80de30f5
commit 7b53a0a3ea
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
```