web: add ability to disable IPv6

This commit is contained in:
karniemi
2020-12-09 17:35:21 +02:00
committed by GitHub
parent af6f3ac69d
commit eedac14370
2 changed files with 10 additions and 0 deletions

View File

@@ -352,6 +352,10 @@ JIBRI_LOGS_DIR=/config/logs
# Necessary for Let's Encrypt, relies on standard HTTPS port (443)
#ENABLE_HTTP_REDIRECT=1
# Enable IPv6
# Provides means to disable IPv6 in environments that don't support it (get with the times, people!)
#ENABLE_IPV6=1
# Container restart policy
# Defaults to unless-stopped
RESTART_POLICY=unless-stopped