diff options
Diffstat (limited to 'README.md')
-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 | ||