Merge pull request #87 from keitaroinc/change-postgres-version-for-CKAN28
Change the version of the postgres for CKAN 2.8
This commit is contained in:
commit
24eafb97ab
|
@ -1,4 +1,4 @@
|
|||
FROM postgis/postgis:14-3.2-alpine
|
||||
FROM postgis/postgis:11-3.3-alpine
|
||||
|
||||
# Allow connections; we don't map out any ports so only linked docker containers can connect
|
||||
RUN echo "host all all 0.0.0.0/0 md5" >> /var/lib/postgresql/data/pg_hba.conf
|
||||
|
|
Loading…
Reference in New Issue