aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorthomas <me@thomasanderson.cloud>2023-09-08 01:44:07 -0400
committerBastien Wirtz <bastien.wirtz@gmail.com>2023-10-21 05:16:20 -0700
commitce2d3e945a906e56ef43ef29d329a9f39314fcef (patch)
tree49f2a557fe5ead1df49e6baacd33343d01c05341 /README.md
parenta3c5b4ac9dd1ddf2b52fff48ea860c067fb05cf9 (diff)
downloadhomer-ce2d3e945a906e56ef43ef29d329a9f39314fcef.tar.gz
homer-ce2d3e945a906e56ef43ef29d329a9f39314fcef.tar.zst
homer-ce2d3e945a906e56ef43ef29d329a9f39314fcef.zip
fix: allow disabling IPv6
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d69796a..db2781d 100644
--- a/README.md
+++ b/README.md
@@ -97,6 +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)
101Set to a non-empty value to disable listening on IPv6.
100 102
101#### With docker-compose 103#### With docker-compose
102 104