From 9b7627006a37401c978a5f7be22e139bd3e1e931 Mon Sep 17 00:00:00 2001 From: tteck Date: Thu, 12 Aug 2021 13:21:08 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bd180208..c8d56722 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,8 @@ To create a new Proxmox Mariadb LXC Container, run the following in the Proxmox ``` bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/mariadb_container.sh)" ``` +

:zap: Default Settings: 1GB RAM - 4GB Storage - 1vCPU :zap:

+ To enable MariaDB to listen to remote connections, you need to edit your defaults file. To do this, open the console in your MariaDB lxc: ``` nano /etc/mysql/mariadb.conf.d/50-server.cnf