remove pgadmin

This commit is contained in:
Gsk54 2022-12-26 09:43:33 +01:00
parent 4fd4d7e13d
commit 2a6bf855bd
1 changed files with 0 additions and 6 deletions

View File

@ -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 :