Update README.md

This commit is contained in:
Harrison Burt 2022-04-01 09:56:17 +01:00 committed by GitHub
parent 80c055c737
commit bd51c120e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -35,8 +35,9 @@ cargo install lust --git https://github.com/ChillFish8/lust.git
#### Docker Images
Lust has a set of pre-built, optimised docker images ready to go. Just run it with
```shell
docker run -v "my_config.yaml:/var/lust/my_config.yaml" chillfish8/lust:latest --config-file "/var/lust/my_config.yaml"
docker run -v "my_configs:/var/lust/" chillfish8/lust:latest --config-file "/var/lust/config.yaml"
```
*Note: Assuming there is a folder called `my_configs` with a `config.yaml` file in it.*
### After Installation
Once you're up and running navigate to `http://127.0.0.1:8000/ui` or `/ui` of what ever port your server is running on