1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Update README.md

This commit is contained in:
Patrik J. Braun 2020-09-04 13:21:12 +02:00 committed by GitHub
parent 3deb8e26f5
commit 57ffea7d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,7 @@ Than get your certificate:
```bash ```bash
certbot certonly --standalone -d yourdomain.com 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 #### I.1.b start docker-compose
In the folder that has `docker-compose.yml`: In the folder that has `docker-compose.yml`: