From 678bce89b2ac83e2cbca8d44f01e08868dd2b4f7 Mon Sep 17 00:00:00 2001 From: Toby <80796996+T0byV@users.noreply.github.com> Date: Sat, 23 Aug 2025 13:06:34 +0200 Subject: [PATCH] Add small corrections to docker commands --- docs/docs/self-hosting/administration/users.md | 3 +-- docs/docs/self-hosting/installation/post-install/index.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docs/self-hosting/administration/users.md b/docs/docs/self-hosting/administration/users.md index af6ca2b48c..80d963ae6e 100644 --- a/docs/docs/self-hosting/administration/users.md +++ b/docs/docs/self-hosting/administration/users.md @@ -22,8 +22,7 @@ can achieve this the following steps: # Change the DB name and DB user name if you use different # values. # If using Docker - - docker exec -it + docker exec -it sh psql -U pguser -d ente_db # Or when using psql directly diff --git a/docs/docs/self-hosting/installation/post-install/index.md b/docs/docs/self-hosting/installation/post-install/index.md index 9de972602b..0790e35421 100644 --- a/docs/docs/self-hosting/installation/post-install/index.md +++ b/docs/docs/self-hosting/installation/post-install/index.md @@ -46,7 +46,7 @@ If running Museum without Docker, the code should be visible in the terminal # Change the DB name and DB user name if you use different # values. - # If using Docker docker exec -it + # If using Docker docker exec -it sh psql -U pguser -d ente_db # Or when using psql directly