mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-10 08:17:59 -05:00
Update PGDATA path in postgres service example
Changed the PGDATA environment variable in the example docker-compose file to use '/var/lib/postgresql/data/pgdata' for improved data directory structure.
This commit is contained in:
@@ -44,7 +44,7 @@ services:
|
||||
- POSTGRES_PASSWORD=changeme
|
||||
- POSTGRES_DB=endurain
|
||||
- POSTGRES_USER=endurain
|
||||
- PGDATA=/var/lib/postgresql/data
|
||||
- PGDATA=/var/lib/postgresql/data/pgdata
|
||||
ports:
|
||||
- "5432:5432"
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user