mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-07-07 01:24:06 +00:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
f636ca04b1
commit
b4a5a38f67
@ -34,7 +34,7 @@ Python, Flask and offer hassle-free deployment.
|
|||||||
|
|
||||||
Docker deploy is easy:
|
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:latest
|
docker run --restart always -p 5000:5000 -d --name OutFleet --mount type=bind,source=/etc/outfleet/config.yaml,target=/usr/local/etc/outfleet/config.yaml ultradesu/outfleet:latest
|
||||||
```
|
```
|
||||||
#### Use reverse proxy to secure ALL path of OutFleet except of `/dynamic/*`
|
#### Use reverse proxy to secure ALL path of OutFleet except of `/dynamic/*`
|
||||||
```nginx
|
```nginx
|
||||||
|
Reference in New Issue
Block a user