From cb1e3c6e580f7726caabefd8a7c711c56da2acaf Mon Sep 17 00:00:00 2001 From: Alexandr Bogomyakov Date: Sun, 5 Nov 2023 21:02:48 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40c6fd8..4d96e34 100644 --- a/README.md +++ b/README.md @@ -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=/usr/local/etc/outfleet/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/*` ```nginx