Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit 0e5e848

Browse files
committed
Make backend volume mount path relative, not absolute
1 parent e2aba00 commit 0e5e848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
db:
3333
image: postgres:latest
3434
volumes:
35-
- /backend/tmp/db:/var/lib/postgresql/data
35+
- ./backend/tmp/db:/var/lib/postgresql/data
3636
environment:
3737
POSTGRES_USER: postgres
3838
POSTGRES_PASSWORD: secret

0 commit comments

Comments
 (0)