From a93123e3ac025ce220387f20da2de3c3a0b71bb7 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Wed, 30 Aug 2023 14:45:22 -0400 Subject: [PATCH] Remove cloud specific config --- app/views/install/compose.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/install/compose.phtml b/app/views/install/compose.phtml index fb2493c754..4cbfc2fd1a 100644 --- a/app/views/install/compose.phtml +++ b/app/views/install/compose.phtml @@ -650,7 +650,7 @@ services: - MYSQL_DATABASE=${_APP_DB_SCHEMA} - MYSQL_USER=${_APP_DB_USER} - MYSQL_PASSWORD=${_APP_DB_PASS} - command: 'mysqld --innodb-flush-method=fsync --max_connections=${_APP_CONNECTIONS_MAX}' + command: 'mysqld --innodb-flush-method=fsync' redis: image: redis:7.0.4-alpine