Skip to content

Commit 21f991f

Browse files
committed
adding new instructions for ARM postgis support
1 parent 033108e commit 21f991f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dotenv.template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
PRIMARY_DATA_DIR=/my/data/dir
22

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

99
NGINX_TEMPLATE=./nginx-ssl.conf.template
1010

0 commit comments

Comments
 (0)