From a912ac0724facb7ec871a06491d1a770b660b3c0 Mon Sep 17 00:00:00 2001 From: Ajeet Singh <34164838+Ajeets6@users.noreply.github.com> Date: Fri, 13 Oct 2023 21:00:38 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Remove=20the=20two=20unnecessary?= =?UTF-8?q?=20lines=20from=20the=20code=20snippet=20(#312)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Removed unnecessary lines(issue:310) - # ports: - # - 6379:6379 * Update docs/installation.md Co-authored-by: neon_arch --------- Co-authored-by: neon_arch Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- docs/installation.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 1c4b112..8544dab 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -217,8 +217,6 @@ services: # Uncomment the following lines if you are using the `hybrid/latest` or `redis` image. # redis: # image: redis:latest - # ports: - # - 6379:6379 ``` Then make sure to edit the `docker-compose.yml` file as required. After that create a directory `websurfx` in the directory you have placed the `docker-compose.yml` file, and then in the new directory create two new empty files named `allowlist.txt` and `blocklist.txt`. Finally, create a new config file `config.lua` with the default configuration, which looks something like this: