We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033108e commit 21f991fCopy full SHA for 21f991f
dotenv.template
@@ -1,10 +1,10 @@
1
PRIMARY_DATA_DIR=/my/data/dir
2
3
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
+# 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
8
9
NGINX_TEMPLATE=./nginx-ssl.conf.template
10
0 commit comments