diff --git a/postgres-docker/.docker/Dockerfile b/postgres-docker/.docker/Dockerfile index cbce6bf4d..4353364d2 100644 --- a/postgres-docker/.docker/Dockerfile +++ b/postgres-docker/.docker/Dockerfile @@ -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"] \ No newline at end of file +CMD ["-c", "config_file=/etc/postgres.conf", "-c", "max_connections=100"] \ No newline at end of file