mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Show how the config/storage directory can be mounted on the host under docker.
This commit is contained in:
parent
a9f10ddad1
commit
a2c4fb02bc
@ -64,9 +64,10 @@ docker run -p 80:80 \
|
||||
-e "PGADMIN_DEFAULT_PASSWORD=SuperSecret" \
|
||||
-d pgadmin4
|
||||
|
||||
Run a TLS secured container:
|
||||
Run a TLS secured container using a shared config/storage directory in /private/var/lib/pgadmin on the host:
|
||||
|
||||
docker run -p 443:443 \
|
||||
-v "/private/var/lib/pgadmin:/var/lib/pgadmin" \
|
||||
-v "/path/to/certificate.cert:/certs/server.cert" \
|
||||
-v "/path/to/certificate.key:/certs/server.key" \
|
||||
-e "PGADMIN_DEFAULT_EMAIL=user@domain.com" \
|
||||
|
Loading…
Reference in New Issue
Block a user