[pgAdmin][RM4836] Wrong default value in Container Deployment section of documentation

Abhilasha Narendra <[email protected]> Fri, 22 Nov 2019 14:50:42 +0530
Newsgroups gmane.comp.db.postgresql.pgadmin.devel
Message-ID <CAC4QoSEG3QLshfPAJSth07EF+wtOABY8WYHBaG8p461+omGFqw@mail.gmail.com>
Hi Hackers,

I have updated the content of 'container_deployment.rst' file, as approved
by Dave over email. PFA the patch.

Regards,
Abhilasha
rm4836.patch (application/octet-stream, 1.1 KB)
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 '[email protected]' \
         -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.