We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c58669 commit d962957Copy full SHA for d962957
Dockerfile
@@ -0,0 +1,6 @@
1
+FROM postgres:12-alpine
2
+
3
+# Add fsync=off full_page_writes=off synchronous_commit=off to configuration
4
+RUN echo "fsync=off" >> /usr/local/share/postgresql/postgresql.conf.sample
5
+RUN echo "full_page_writes=off" >> /usr/local/share/postgresql/postgresql.conf.sample
6
+RUN echo "synchronous_commit=off" >> /usr/local/share/postgresql/postgresql.conf.sample
0 commit comments