Skip to content

Commit

Permalink
v0.0.2.52
Browse files Browse the repository at this point in the history
  • Loading branch information
its-a-feature committed Jan 19, 2024
1 parent 25a2ba3 commit 363aa2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-docker/.docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ COPY ["postgres.conf", "/etc/postgres.conf"]
HEALTHCHECK --interval=30s --timeout=30s --retries=5 --start-period=20s \
CMD pg_isready -d mythic_db -U mythic_user || exit 1

CMD ["-c", "config_file=/etc/postgres.conf", "-c", "max_connection=100"]
CMD ["-c", "config_file=/etc/postgres.conf", "-c", "max_connections=100"]

0 comments on commit 363aa2b

Please sign in to comment.