diff --git a/mariadb/rootfs/etc/confd/templates/mariadb-server.cnf.tmpl b/mariadb/rootfs/etc/confd/templates/mariadb-server.cnf.tmpl index b775943d..75b10f93 100644 --- a/mariadb/rootfs/etc/confd/templates/mariadb-server.cnf.tmpl +++ b/mariadb/rootfs/etc/confd/templates/mariadb-server.cnf.tmpl @@ -8,7 +8,6 @@ # this is only for the mysqld standalone daemon [mysqld] # skip-networking -# Allow for max_allowed_packet to be set in the project .env max_allowed_packet ={{ getenv "MYSQL_MAX_ALLOWED_PACKET" }} # Galera-related settings [galera]