v0.0.2.52

This commit is contained in:
its-a-feature
2024-01-19 15:03:50 -06:00
parent 988f0ec586
commit cd8a936652
+1 -1
View File
@@ -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"]