From f766800eb243bc2d51f64fd2618092ae0fbf2297 Mon Sep 17 00:00:00 2001 From: Nemo Date: Sat, 23 Jun 2018 22:58:26 +0530 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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