Dockerfile 156 B

123456
  1. FROM postgres
  2. MAINTAINER chendeben <chendeben@qq.com>
  3. RUN chown -R postgres:postgres /var/lib/postgresql/data && \
  4. chmod -R 700 /var/lib/postgresql/data