Skip to content

Commit f7c48f4

Browse files
committed
fix: pick a postgres version that matches our backend
1 parent 9cc216a commit f7c48f4

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
@@ -2,7 +2,7 @@ name: soil_data
22

33
services:
44
db:
5-
image: postgis/postgis
5+
image: postgis/postgis:16-3.5
66
ports:
77
- "5432:5432"
88
environment:

0 commit comments

Comments
 (0)