You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,8 @@ This is useful when testing or for development instances or when a load-balancer
79
79
*`SERVER_KEY` - Can override where to find the server's SSL key.
80
80
*`SSL_CIPHERS` - Change the SSL ciphers support default only AES256+EECDH:AES256+EDH:!aNULL
81
81
*`SSL_PROTOCOLS` - Change the SSL protocols supported default only TLSv1.2
82
-
*`HTTP_LISTEN_PORT` - Change the default inside the container from 80.
83
-
*`HTTPS_LISTEN_PORT` - Change the default inside the container from 443.
82
+
*`HTTP_LISTEN_PORT` - Change the default inside the container from 10080.
83
+
*`HTTPS_LISTEN_PORT` - Change the default inside the container from 10443.
84
84
*`INTERNAL_LISTEN_PORT` - Change the default inside the container from 10418. Note: This is used for internal processing and is not available externally.
85
85
*`HTTPS_REDIRECT` - Toggle whether or not we force redirects to HTTPS. Defaults to true.
86
86
*`ALLOW_COUNTRY_CSV` - List of [country codes](http://dev.maxmind.com/geoip/legacy/codes/iso3166/) to allow.
0 commit comments