1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

fix newline error in docker documentation (#352, thanks @gbe0)

This commit is contained in:
Massimo Candela
2020-09-30 19:35:20 +02:00
parent e32e290bfa
commit 0762eaf561

View File

@@ -92,7 +92,7 @@ In case you want to monitor the uptime by using the `uptimeApi` ([read more](pro
```bash
docker run -i --name bgpalerter \
-v $(pwd)/volume:/opt/bgpalerter/volume \
-p 8011:8011
-p 8011:8011 \
nttgin/bgpalerter:latest run serve -- --d /opt/bgpalerter/volume/
```
@@ -112,7 +112,7 @@ docker run -i --name bgpalerter \
--health-retries=15 \
--health-interval=60s \
--restart unless-stopped \
-p 8011:8011
-p 8011:8011 \
nttgin/bgpalerter:latest run serve -- --d /opt/bgpalerter/volume/
```