From 50d6f849c3023bf38905e30c7f89c18673a6ca0e Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Sat, 23 May 2020 13:48:14 +0200 Subject: [PATCH] update --- caddy_v2/readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/caddy_v2/readme.md b/caddy_v2/readme.md index 35ec33a..68e87fe 100644 --- a/caddy_v2/readme.md +++ b/caddy_v2/readme.md @@ -56,6 +56,7 @@ or machines on the network. ### - Requirements +* have some basic linux knowledge, create folders, create files, edit files, run scripts,... * have a docker host and some vague docker knowledge * have port 80 and 443 forwarded on the router/firewall to the docker host * have a domain, `example.com`, you can buy one for 2€ annually on namecheap @@ -150,7 +151,7 @@ networks: name: $DOCKER_MY_NETWORK ``` -* port 80 and 443 are mapped for http and https +* port 80 and 443 are pusblished for http and https * MY_DOMAIN variable is passed in to the container so that it can be used in `Caddyfile` * the `Caddyfile` is read-only bind-mounted from the docker host