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: docs/reference/environment-variables.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -351,17 +351,13 @@ Comma-separated list of URIs. Configures the [`style-src`][mdn-csp-style-src] Co
351
351
352
352
The official PostgreSQL Docker image has more on available [`postgres` environment variables][postgres]
353
353
354
-
### `PGWEB_PORT`
355
-
356
-
The port to serve a (local only) [`pgweb`](https://sosedoff.github.io/pgweb/) service on.
357
-
358
354
### `POSTGRES_DB`
359
355
360
356
Used to define a different name for the default database that is created when the image is first started. If it is not specified, then the value of [`POSTGRES_USER`](#postgres_user) will be used.
361
357
362
358
### `POSTGRES_HOSTNAME`
363
359
364
-
The hostname of the (local) PostgreSQL Docker service, which is usually just the name of the service itself (`postgres`). Used by e.g. `pgweb` to establish a connection. Or the hostname of a cloud-based PostgreSQL service for e.g. Django to establish a connection.
360
+
The hostname of the (local) PostgreSQL Docker service, which is usually just the name of the service itself (`postgres`). Or the hostname of a cloud-based PostgreSQL service for e.g. Django to establish a connection.
0 commit comments