Spaces:
Runtime error
Runtime error
Ajeet Singh
neon_arch
mergify[bot]
commited on
Commit
β’
a912ac0
1
Parent(s):
40b7e6d
π Remove the two unnecessary lines from the code snippet (#312)
Browse files* Removed unnecessary lines(issue:310)
- # ports:
- # - 6379:6379
* Update docs/installation.md
Co-authored-by: neon_arch <[email protected]>
---------
Co-authored-by: neon_arch <[email protected]>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- docs/installation.md +0 -2
docs/installation.md
CHANGED
@@ -217,8 +217,6 @@ services:
|
|
217 |
# Uncomment the following lines if you are using the `hybrid/latest` or `redis` image.
|
218 |
# redis:
|
219 |
# image: redis:latest
|
220 |
-
# ports:
|
221 |
-
# - 6379:6379
|
222 |
```
|
223 |
|
224 |
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:
|
|
|
217 |
# Uncomment the following lines if you are using the `hybrid/latest` or `redis` image.
|
218 |
# redis:
|
219 |
# image: redis:latest
|
|
|
|
|
220 |
```
|
221 |
|
222 |
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:
|