Skip to content

Commit fbfd876

Browse files
committed
Fix postgresql version
1 parent d1d784a commit fbfd876

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
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
db:
4-
image: postgres
4+
image: postgres:11
55
volumes:
66
- ./tmp/db:/var/lib/postgresql/data
77
backend:

0 commit comments

Comments
 (0)