diff options
author | thomas <me@thomasanderson.cloud> | 2023-09-25 20:17:08 -0400 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2023-10-21 05:16:20 -0700 |
commit | c8470d1e756e9a539cc4b1218e43f00d61f2b1fc (patch) | |
tree | 6a2d6ea2f793c5301e780965ec179733c7b4a51b | |
parent | 5b11259dd7befd32a322612156dc6c9a7be74ced (diff) | |
download | homer-c8470d1e756e9a539cc4b1218e43f00d61f2b1fc.tar.gz homer-c8470d1e756e9a539cc4b1218e43f00d61f2b1fc.tar.zst homer-c8470d1e756e9a539cc4b1218e43f00d61f2b1fc.zip |
fix(docs): only accept 1 for IPV6_DISABLE
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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`) |
98 | If you would like to change internal port of Homer from default `8080` to your port choice. | 98 | If 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) |
101 | Set to a non-empty value to disable listening on IPv6. | 101 | Set to `1` to disable listening on IPv6. |
102 | 102 | ||
103 | #### With docker-compose | 103 | #### With docker-compose |
104 | 104 | ||