From 57ffea7d579ac1fcac9aa4c7aecdccda69f69aa5 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Fri, 4 Sep 2020 13:21:12 +0200 Subject: [PATCH] Update README.md --- docker/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/README.md b/docker/README.md index 01f40d15..2ea35c5a 100644 --- a/docker/README.md +++ b/docker/README.md @@ -53,6 +53,7 @@ Than get your certificate: ```bash certbot certonly --standalone -d yourdomain.com ``` +**Note:** if you get an error like `Problem binding to port 80: Could not bind to IPv4 or IPv6.` THen a service is running on port 80. If it's a fresh raspberry install, it's potentially nginx, you can disable it with `sudo systemctl disable nginx` [details here](https://askubuntu.com/questions/177041/nginx-disable-autostart) #### I.1.b start docker-compose In the folder that has `docker-compose.yml`: