From 2a6bf855bd797379670e632e60a7441e71a22ee4 Mon Sep 17 00:00:00 2001 From: Gsk54 Date: Mon, 26 Dec 2022 09:43:33 +0100 Subject: [PATCH] remove pgadmin --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 4d851aa..b9e9400 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,6 @@ docker-compose up -d The app runs automatically on the port defined in `SERVICE_PORT` of `.env` file (default : _5002_). -You then need to set the appropriate rights for PGAdmin container : - -```bash -sudo chown -R 5050:5050 postgresql/.pgadmin_data -``` - ## Database migration Before using the app, you need to launch the database migration :