fixed confusing title sections

master
Mukke 2019-12-31 21:50:18 +00:00
parent 5bdcd011f1
commit 4b79040a9f
1 changed files with 2 additions and 2 deletions

@ -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'