Skip to content

Commit 6e9a724

Browse files
MeelahMejstirnaman
andauthored
Update influxdb3-explorer/content.md
Co-authored-by: Jason Stirnaman <[email protected]>
1 parent 6504b06 commit 6e9a724

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

influxdb3-explorer/content.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -137,17 +137,4 @@ The following environment variables can be used to configure the container:
137137
- `SSL_CERT_PATH` - Path to SSL certificate file (default: `/etc/nginx/ssl/cert.pem`)
138138
- `SSL_KEY_PATH` - Path to SSL private key file (default: `/etc/nginx/ssl/key.pem`)
139139

140-
Example with environment variables:
141-
142-
```bash
143-
docker run --detach \
144-
--name influxdb3-explorer \
145-
--publish 8888:80 \
146-
--env SESSION_SECRET_KEY=xxX0Xx000xX0XxxxX0Xx000xX0XxX00x \
147-
--env DATABASE_URL=/db/sqlite.db \
148-
--volume $(pwd)/db:/db:rw \
149-
influxdb3-explorer \
150-
--mode=admin
151-
```
152-
153140
Important for production: Always set `SESSION_SECRET_KEY` in production. When you restart the container, InfluxDB 3 Explorer generates a new key if not explicitly set.

0 commit comments

Comments
 (0)