Skip to content

Commit

Permalink
Merge pull request #469 from jackchenjc/issue-468
Browse files Browse the repository at this point in the history
fix: Fix wrong database persistence path for PostgreSQL
  • Loading branch information
cloudxxx8 authored Oct 9, 2024
2 parents 06eeb59 + 75f2978 commit 57a2dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose-builder/docker-compose-base-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
POSTGRES_PASSWORD: postgres
POSTGRES_DB: edgex_db
volumes:
- db-data:/data
- db-data:/var/lib/postgresql/data
security_opt:
- no-new-privileges:true
tmpfs:
Expand Down

0 comments on commit 57a2dee

Please sign in to comment.