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:
Blagoja Stojkoski 2023-01-26 15:58:33 +01:00 committed by GitHub
commit 24eafb97ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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