diff --git a/Docker.md b/Docker.md index 947529f..84134bd 100644 --- a/Docker.md +++ b/Docker.md @@ -127,7 +127,7 @@ wget https://raw.githubusercontent.com/hunterlong/statping/master/servers/docker docker-compose up -d ``` -#### Docker Compose with Automatic SSL +### 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. ```bash wget https://raw.githubusercontent.com/hunterlong/statping/master/servers/docker-compose-ssl.yml @@ -137,7 +137,7 @@ LETSENCRYPT_HOST=mydomain.com \ docker-compose -f docker-compose-ssl.yml up -d ``` -### Full docker-compose with Automatic SSL +#### Full docker-compose with Automatic SSL ```yaml version: '2.3'