Skip to content

Commit

Permalink
Bugfix: Set correct ownership for /home/postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
feikesteenbergen committed May 15, 2015
1 parent adad58f commit 650cf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-appliance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN curl -L https://github.com/coreos/etcd/releases/download/v${ETCDVERSION}/etc
ENV PATH $PATH:/usr/lib/postgresql-${PGVERSION}/bin

ADD postgres_ha.sh /home/postgres/
RUN chown postgres:postgres /home/postgres/postgres_ha.sh
RUN chown postgres:postgres /home/postgres -R
RUN chmod 700 /home/postgres/postgres_ha.sh

ENV ETCD_DISCOVERY_URL postgres.acid.example.com
Expand Down

0 comments on commit 650cf7a

Please sign in to comment.