Skip to content

Commit

Permalink
Use a multiplatform postgis docker image for the sample docker compos…
Browse files Browse the repository at this point in the history
…ition
  • Loading branch information
groldan committed Oct 1, 2024
1 parent 1afe553 commit cf0a5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ volumes:

services:
acldb:
image: postgis/postgis:15-3.3
image: imresamu/postgis:15-3.4 #image with arm/64 support
environment:
- POSTGRES_DB=acl
- POSTGRES_USER=acl
Expand Down

0 comments on commit cf0a5f2

Please sign in to comment.