Skip to content

Commit cd57389

Browse files
authored
fix: Update Postgres mount (#408)
1 parent f846d45 commit cd57389

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ services:
6363
- POSTGRES_USER=${POSTGRES_USER:-overfast}
6464
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-overfast}
6565
volumes:
66-
- pg-data:/var/lib/postgresql/data
66+
- pg-data:/var/lib/postgresql
6767
healthcheck:
6868
test:
6969
[

0 commit comments

Comments
 (0)