Environment Variables
The container can be configured using the following environment variables, passed on the Docker command line as -e NAME=VALUE
:
Name | Description | Example | Default value |
---|---|---|---|
ACCEPT_EULA | Set to Y to indicate acceptance of the Seq End User License Agreement | Y | N |
BASE_URI | If provided, a canonical base URI that Seq will use when generating links back to the Seq server (e.g. for Kubernetes Ingress support) | https://seq.example.com/ |
More options are available by passing config
on the command-line, which is forwarded by the container to the underlying seq config
CLI command.
Updated about 6 years ago