diff --git a/docs/en_US/container_deployment.rst b/docs/en_US/container_deployment.rst index 726915fc5..cafacb45a 100644 --- a/docs/en_US/container_deployment.rst +++ b/docs/en_US/container_deployment.rst @@ -174,7 +174,7 @@ Run a TLS secured container using a shared config/storage directory in -v /private/var/lib/pgadmin:/var/lib/pgadmin \ -v /path/to/certificate.cert:/certs/server.cert \ -v /path/to/certificate.key:/certs/server.key \ - -v /tmp/servers.json:/servers.json \ + -v /tmp/servers.json:/pgadmin4/servers.json \ -e 'PGADMIN_DEFAULT_EMAIL=user@domain.com' \ -e 'PGADMIN_DEFAULT_PASSWORD=SuperSecret' \ -e 'PGADMIN_ENABLE_TLS=True' \ @@ -372,4 +372,4 @@ the container is launched like this: The *SCRIPT_NAME* environment variable has been set to tell the container it is being hosted under a subdirectory (in the same way as the *X-Script-Name* header is used with Nginx), and a label has been added to tell Traefik to route -requests under the subdirectory to this container. \ No newline at end of file +requests under the subdirectory to this container.