{ }
signifies a placeholder. Both the curly brackets and the content within must be replaced for the request to work.http://localhost
. http://{host-specified-in-server-config-json}
.host
HostPort
in the-p
directive of the containerrun
command specifies the port on which the proxy will forward the incoming requestsssl
property in theserver-config.json
reference and populate the applicable properties within it. You can mount an additional directory within the container path, for example with/usr/local/nxdb/certificates
, and use it to populate the ssl
field in server-config.json
.redirectPort
property changed to80
to redirect all HTTP requests to an SSL enabled portport
property has a value of443
bindPort
property has any value, for example8443
, if availableserver-config.json
defines environment specific content that Ninox server will utilize to boot up. The configuration file is read from /usr/local/nxdb/server-config.json
when the container boots up.server-config.json
at container runtime as a defaultserver-config.json
is supplied with the image. However, ifserver-config.json
needs to overridden, supply a file mount using-v /mount/path/for/server-config.json:/usr/local/nxdb/server-config.json
command line parameter.