Fixed path for the PostgreSQL data folder (#1520)

The ending `data` folder does not exist per the Postgres documentation
and causes errors when starting up the Docker Compose Stack.
This commit is contained in:
Amin NAIRI
2026-01-17 22:57:34 +01:00
committed by GitHub
parent 4a6258ded3
commit ffd8f49c68

View File

@@ -54,7 +54,7 @@ services:
POSTGRES_USER: bracket_prod
POSTGRES_PASSWORD: bracket_prod
volumes:
- ./postgres:/var/lib/postgresql/data
- ./postgres:/var/lib/postgresql
```
## 3. Set up the environment variables