docker icon indicating copy to clipboard operation
docker copied to clipboard

Set admin credentials with environment variables

Open dmenneck opened this issue 1 year ago • 0 comments

This project lacked the option of specifying the username and password of the admin user via environment variables. With this PR it's possible to set the admin credentials like so:

podman run -d -p 8081:8080 -e GEOSERVER_ADMIN_USER=admin -e GEOSERVER_ADMIN_PASSWORD=geoserver <image>

The changes are heavily influenced by preliminary work of meggsimum and kartoza.

dmenneck avatar May 24 '24 13:05 dmenneck