remove tls

This commit is contained in:
Sebastian Hugentobler 2017-10-01 14:48:46 +02:00
parent 11353bdd8e
commit 4f86519e76
6 changed files with 3 additions and 14 deletions

View file

@ -2,7 +2,7 @@ FROM registry.gitlab.com/thallian/docker-confd-env:master
ENV PGDATA /var/lib/postgresql/data
RUN apk add --no-cache postgresql postgresql-contrib ca-certificates
RUN apk add --no-cache postgresql postgresql-contrib
RUN mkdir -p /run/postgresql && mkdir -p $PGDATA
RUN chown -R postgres /run/postgresql && chown -R postgres $PGDATA