update postgresql version

This commit is contained in:
2021-07-01 00:01:29 +02:00
parent 6aa7f5568b
commit b06a92209c
5 changed files with 14 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM postgres:11
FROM postgres:13
COPY postgresql.conf /tmp/postgresql.conf
COPY extension.sh /docker-entrypoint-initdb.d/000-extension.sh

View File

@@ -664,5 +664,3 @@ log_rotation_size = 100MB
#------------------------------------------------------------------------------
# Add settings for extensions here
zdb.default_elasticsearch_url = 'http://elasticsearch:9200/'