Skip to content

Commit c12ea2e

Browse files
CopilotKaniska244
andcommitted
fix: update postgres volume mount path for PostgreSQL 18+ compatibility
Co-authored-by: Kaniska244 <[email protected]>
1 parent 566d1ec commit c12ea2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/java-postgres/.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ services:
4444
retries: 5
4545
start_period: 30s
4646
volumes:
47-
- postgres-data:/var/lib/postgresql/data
47+
- postgres-data:/var/lib/postgresql
4848
environment:
4949
# NOTE: POSTGRES_DB/USER/PASSWORD should match values in app container
5050
POSTGRES_PASSWORD: postgres

0 commit comments

Comments
 (0)