Updated Docker (markdown)

master
Hunter Long 2018-07-20 15:55:21 -07:00
parent 6c70ef688a
commit 041677408a
1 changed files with 1 additions and 1 deletions

@ -90,7 +90,7 @@ You can automatically start a Statup server with automatic SSL encryption using
```bash
wget https://raw.githubusercontent.com/hunterlong/statup/master/servers/docker-compose-ssl.yml
LETSENCRYPT_HOST=mydomain.com \
LETSENCRYPT_HOST=mydomain.com \
LETSENCRYPT_EMAIL=info@mydomain.com \
docker-compose -f docker-compose-ssl.yml up -d
```