Skip to content

Commit 4b6d2c1

Browse files
authored
test: fix setup of the postgres container used in tests (#398)
Refs: docker-library/postgres#1259
1 parent 399ae55 commit 4b6d2c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose-elastic-cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ services:
7979
- POSTGRES_PASSWORD=hunter2
8080
- POSTGRES_DB=opbeans
8181
volumes:
82-
- pgdata:/var/lib/postgresql/data
82+
- pgdata:/var/lib/postgresql
8383
ports:
8484
- "127.0.0.1:5432:5432"
8585
healthcheck:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ services:
129129
- POSTGRES_PASSWORD=hunter2
130130
- POSTGRES_DB=opbeans
131131
volumes:
132-
- pgdata:/var/lib/postgresql/data
132+
- pgdata:/var/lib/postgresql
133133
ports:
134134
- "127.0.0.1:5432:5432"
135135
healthcheck:

0 commit comments

Comments
 (0)