diff --git a/Docker.md b/Docker.md index 8aa0bb3..43f80fc 100644 --- a/Docker.md +++ b/Docker.md @@ -37,7 +37,7 @@ services: - 3000:80 ``` -You can save this file as `docker-compose.yml`, create a `whitelist.txt` file next to it (just leave the file empty) before running it using `docker-compose up`. Once it gets running, you can edit the `whitelist.txt` as per the plugins you want to run. +You can save this file as `docker-compose.yml`, create a `whitelist.txt` file next to it (just leave the file empty) before running it using `docker-compose up`. Once it gets running, you can edit the `whitelist.txt` [as per the plugins you want to run](Whitelisting). # Container access and information