Skip to content

Commit

Permalink
Merge pull request #423 from WHOIGit/postgis-arm-instructions
Browse files Browse the repository at this point in the history
adding new instructions for ARM postgis support
  • Loading branch information
joefutrelle authored Nov 4, 2024
2 parents a085543 + 21f991f commit 59771a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dotenv.template
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRIMARY_DATA_DIR=/my/data/dir

POSTGIS_IMAGE=postgis/postgis
# uncomment the following line for ARM architectures
# POSTGIS_IMAGE=ghcr.io/giovannicandido/postgis

POSTGIS_VOLUME=ifcbdb-postgis-data
# the official postgis release on Docker Hub does not support ARM-64 architectures (e.g., Apple Silicon)
# an interim solution is described here: https://hub.docker.com/r/imresamu/postgis
# to use one of these images, set POSTGIS_IMAGE to the image tag (example below)
# POSTGIS_IMAGE=imresamu/postgis:17-3.5-bookworm

NGINX_TEMPLATE=./nginx-ssl.conf.template

Expand Down

0 comments on commit 59771a6

Please sign in to comment.