Update README.md

This commit is contained in:
House of Vanity
2023-09-28 22:11:56 +03:00
committed by GitHub
parent 0cea12f87c
commit 65983e6605

View File

@ -37,6 +37,7 @@ 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
```
Keep in mind that all user keys are stored in a single **config.yaml** file. If this file is lost, user keys will remain on the servers, but OutFleet will lose the ability to manage them. Handle with extreme caution and use backups.
## Authors