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