aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorthomas <me@thomasanderson.cloud>2023-09-25 20:17:08 -0400
committerBastien Wirtz <bastien.wirtz@gmail.com>2023-10-21 05:16:20 -0700
commitc8470d1e756e9a539cc4b1218e43f00d61f2b1fc (patch)
tree6a2d6ea2f793c5301e780965ec179733c7b4a51b
parent5b11259dd7befd32a322612156dc6c9a7be74ced (diff)
downloadhomer-c8470d1e756e9a539cc4b1218e43f00d61f2b1fc.tar.gz
homer-c8470d1e756e9a539cc4b1218e43f00d61f2b1fc.tar.zst
homer-c8470d1e756e9a539cc4b1218e43f00d61f2b1fc.zip
fix(docs): only accept 1 for IPV6_DISABLE
-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