mirror of
https://github.com/its-a-feature/Mythic
synced 2026-06-08 14:55:38 +00:00
v0.0.2.52
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user