From c0d6edd74d3bfe79d45f1a17a683adecdaf6a32d Mon Sep 17 00:00:00 2001 From: Dirk Mennecke Date: Thu, 6 Jun 2024 09:41:36 +0200 Subject: [PATCH 1/2] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 92afca9..9c20627 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,8 @@ Following is the list of the all the environment variables that can be passed do | SKIP_DEMO_DATA | Indicates whether to skip the installation of demo data provided by GeoServer | `false` | | ROOT_WEBAPP_REDIRECT | Indicates whether to issue a permanent redirect to the web interface | `false` | | HEALTHCHECK_URL | URL to the resource / endpoint used for `docker` health checks | `http://localhost:8080/geoserver/web/wicket/resource/org.geoserver.web.GeoServerBasePage/img/logo.png` | +| GEOSERVER_ADMIN_USER | Admin username | | +| GEOSERVER_ADMIN_PASSWORD | Admin password | | The following values cannot really be safely changed (as they are used to download extensions and community modules as the docker image first starts up). | VAR NAME | DESCRIPTION | SAMPLE VALUE | From 6d965d2f6104f96fa36254a266cebc2769965a95 Mon Sep 17 00:00:00 2001 From: Dirk Mennecke Date: Thu, 6 Jun 2024 12:55:08 +0200 Subject: [PATCH 2/2] Update README environment variables --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c20627..eb3fb84 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ Following is the list of the all the environment variables that can be passed do | SKIP_DEMO_DATA | Indicates whether to skip the installation of demo data provided by GeoServer | `false` | | ROOT_WEBAPP_REDIRECT | Indicates whether to issue a permanent redirect to the web interface | `false` | | HEALTHCHECK_URL | URL to the resource / endpoint used for `docker` health checks | `http://localhost:8080/geoserver/web/wicket/resource/org.geoserver.web.GeoServerBasePage/img/logo.png` | -| GEOSERVER_ADMIN_USER | Admin username | | +| GEOSERVER_ADMIN_USER | Admin username | | | GEOSERVER_ADMIN_PASSWORD | Admin password | | The following values cannot really be safely changed (as they are used to download extensions and community modules as the docker image first starts up).