diff --git a/README.md b/README.md index c097c39..d2826ea 100644 --- a/README.md +++ b/README.md @@ -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