From 2accee0af65bf98766ff4876c3a68212b19d8a1d Mon Sep 17 00:00:00 2001 From: Henri Cook Date: Tue, 22 Sep 2020 08:28:57 +0100 Subject: [PATCH] Correct statping with auto ssl instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de709f44..894203db 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ docker-compose up -d



## Docker Compose with Automatic SSL -You can automatically start a Statping server with automatic SSL encryption using this docker-compose file. First point your domain's DNS to the Statping server, and then run this docker-compose command with DOMAIN and EMAIL. Email is for letsencrypt services. +You can automatically start a Statping server with automatic SSL encryption using [this docker-compose file](https://github.com/statping/statping/wiki/Docker#full-docker-compose-with-automatic-ssl). Name it `docker-compose-ssl.yml`. First point your domain's DNS to the Statping server, and then run this docker-compose command with DOMAIN and EMAIL. Email is for letsencrypt services. ```bash LETSENCRYPT_HOST=mydomain.com \ LETSENCRYPT_EMAIL=info@mydomain.com \