mirror of https://github.com/statping/statping
fixed confusing title sections
parent
5bdcd011f1
commit
4b79040a9f
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue