Skip to content
Snippets Groups Projects
Commit cde6f336 authored by Pierre-Gilles Levallois's avatar Pierre-Gilles Levallois
Browse files

add postgresql.conf file to refine parameters easily

parent fe11b1a9
Branches
No related tags found
No related merge requests found
Pipeline #104186 passed
......@@ -22,6 +22,8 @@ chown -R postgres:0 /$PGDATA && \
chmod 777 /$PGDATA
# chmod -R g+rwx /$PGDATA ?? a tester ??
COPY ./postgresql.conf $PGDATA
RUN chmod 660 $PGDATA/postgresql.conf
# Entry point.
COPY ./db-init/ /docker-entrypoint-initdb.d/
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment