Skip to content

Commit 9a27abf

Browse files
authored
Fixed postgres volume mapping (#125)
1 parent 4ec1f54 commit 9a27abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose2.0/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ services:
8383
POSTGRES_USER: defguard
8484
POSTGRES_PASSWORD: defguard
8585
volumes:
86-
- ./.volumes/db2.0-ha:/var/lib/postgresql/data
86+
- ./.volumes/db2.0-ha:/var/lib/postgresql
8787
ports:
8888
- "5432:5432"

0 commit comments

Comments
 (0)