From dc421c6a5d137fd1aa568f5289e032cd10d6b163 Mon Sep 17 00:00:00 2001 From: arcbjorn Date: Mon, 24 Oct 2022 05:19:11 -0300 Subject: [PATCH] docs(readme): add pgAdmin instructions --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78ba26a..3f1aa72 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ Infrastructure for base server chmod +x scripts/create-multiple-postgresql-databases.sh ``` +#### For [pgAdmin](https://www.pgadmin.org/docs/pgadmin4/latest/container_deployment.html#mapped-files-and-directories): + +```sh +sudo chown -R 5050:5050 +``` + #### Database backup & restore: Backup: @@ -22,7 +28,7 @@ Restore: cat .sql | docker exec -i psql -U ``` -Example of connection: +#### Example of connection: ```sh # host = container_name