aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index db2781d..30717f1 100644
--- a/README.md
+++ b/README.md
@@ -97,8 +97,8 @@ If you would like to host Homer in a subfolder, (ex: *http://my-domain/**homer**
97* **`PORT`** (default: `8080`) 97* **`PORT`** (default: `8080`)
98If you would like to change internal port of Homer from default `8080` to your port choice. 98If you would like to change internal port of Homer from default `8080` to your port choice.
99 99
100* **`IPV6_DISABLE`** (default: null) 100* **`IPV6_DISABLE`** (default: 0)
101Set to a non-empty value to disable listening on IPv6. 101Set to `1` to disable listening on IPv6.
102 102
103#### With docker-compose 103#### With docker-compose
104 104