From 7b53a0a3ea675eae7b4c8fec2ff663f45eea2b36 Mon Sep 17 00:00:00 2001 From: Junv Zhao Date: Sat, 26 Oct 2019 21:39:07 +1100 Subject: [PATCH] Update readme to specify protocol when binding domain --- README.CN.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.CN.md b/README.CN.md index 4daa0a3..2fef879 100644 --- a/README.CN.md +++ b/README.CN.md @@ -89,7 +89,7 @@ services: - ENABLE_AUTH=true - ARIA2_USER=hello - ARIA2_PWD=world - - DOMAIN=toozhao.com + - DOMAIN=http://toozhao.com volumes: - ./data:/data ``` diff --git a/README.md b/README.md index cbe2241..489c14f 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ services: - ENABLE_AUTH=true - ARIA2_USER=hello - ARIA2_PWD=world - - DOMAIN=toozhao.com + - DOMAIN=http://toozhao.com volumes: - ./data:/data ```