From 4d9fbc59a8cef2b82c539e79f699642f776bac5c Mon Sep 17 00:00:00 2001 From: Yuri Lima Date: Tue, 2 Sep 2025 16:09:34 +0200 Subject: [PATCH] Update README to clarify minimal installation requirements and emphasize file permission adjustments for pgAdmin data directory --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec4d0a4..4b6764b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,20 @@ -Before run base instalations run chmod +x basic_instalations.sh +Here’s a clean and readable Markdown version of your installation notes, formatted beautifully: -sudo chown -R 5050:5050 ./pgadmin/data \ No newline at end of file +⸻ + +📦 Minimal Requirements & Installation Guide + +✅ Minimal Requirements + • Docker Compose V2 + +⸻ + +⚠️ Important Setup Step + +After pulling or downloading the Docker images, you must set the correct file permissions for pgAdmin to work properly: + +sudo chown -R 5050:5050 ./pgadmin/data + +This ensures pgAdmin can read/write to the persistent data directory. + +⸻ \ No newline at end of file