Update README.md

This commit is contained in:
Alexandr Bogomyakov
2023-11-05 20:52:36 +02:00
committed by GitHub
parent c9b0eab17b
commit f636ca04b1

View File

@ -34,7 +34,7 @@ Python, Flask and offer hassle-free deployment.
Docker deploy is easy:
```
docker run --restart always -p 5000:5000 -d --name OutFleet --mount type=bind,source=/etc/outfleet/config.yaml,target=/app/config.yaml ultradesu/outfleet:0.0.4
docker run --restart always -p 5000:5000 -d --name OutFleet --mount type=bind,source=/etc/outfleet/config.yaml,target=/app/config.yaml ultradesu/outfleet:latest
```
#### Use reverse proxy to secure ALL path of OutFleet except of `/dynamic/*`
```nginx