Updated Docker (markdown)

master
Hunter Long 2019-02-05 21:52:01 -08:00
parent e4ef59540e
commit 4e9ebafb0f
1 changed files with 2 additions and 2 deletions

@ -12,7 +12,7 @@ docker run -d \
``` ```
# Mounting Volume # Mounting Volume
You can mount a volume to the `/app` Statping directory. You can mount a volume to the `/app` Statping directory. This folder will contain `logs`, `config.yml`, and static assets if you want to edit the SCSS/CSS.
```bash ```bash
docker run -d \ docker run -d \
-p 8080:8080 \ -p 8080:8080 \
@ -22,7 +22,7 @@ docker run -d \
``` ```
# Attach a SSL Certificate # Attach a SSL Certificate
When you mount `server.crt` and `server.key` to the `/app` directory, Statping will run a HTTPS server on port 443. When you mount `server.crt` and `server.key` to the `/app` directory, Statping will run a HTTPS server on port 443. Checkout the [SSL Wiki](https://github.com/hunterlong/statping/wiki/SSL) documentation to see more information about this.
```bash ```bash
docker run -d \ docker run -d \
-p 443:443 \ -p 443:443 \