Skip to content

Commit 7410b50

Browse files
committed
fixes postgres image in docker-compose to use a version that includes the postgis extension
1 parent 08bd39a commit 7410b50

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
@@ -17,7 +17,7 @@ services:
1717

1818
sse_postgres:
1919
container_name: sse_postgres
20-
image: postgres:15
20+
image: postgis/postgis:15-3.3
2121
environment:
2222
POSTGRES_DB: postgres
2323
POSTGRES_USER: postgres

0 commit comments

Comments
 (0)