Skip to content

Commit

Permalink
Merge pull request #3113 from SEED-platform/fix/docker-remove-pgdata
Browse files Browse the repository at this point in the history
fix(docker): use default PGDATA for postgres
  • Loading branch information
nllong committed Jan 28, 2022
2 parents b7c0114 + cd48c4f commit 2ca6de2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ services:
- POSTGRES_DB
- POSTGRES_USER
- POSTGRES_PASSWORD
- PGDATA=/var/lib/postgresql/data/pgdata
volumes:
- seed_pgdata:/var/lib/postgresql/data
- $HOME/seed-backups:/backups
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ services:
- POSTGRES_DB=seed
- POSTGRES_USER=seed
- POSTGRES_PASSWORD=super-secret-password
- PGDATA=/var/lib/postgresql/data/pgdata
volumes:
- seed_pgdata:/var/lib/postgresql/data
ports:
Expand Down

0 comments on commit 2ca6de2

Please sign in to comment.