From f74f513dcf32df9d9f8823bdda34e38847198e01 Mon Sep 17 00:00:00 2001 From: tteck Date: Thu, 12 Aug 2021 11:23:54 -0400 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 0e593121..f7121909 100644 --- a/README.md +++ b/README.md @@ -90,4 +90,21 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/node ``` + + + + + +
+Mariadb LXC + +

Proxmox Mariadb LXC Container

+ +To create a new Proxmox Mariadb LXC Container, run the following in the Proxmox web shell. + +``` +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/mariadb_container.sh)" +``` + +