Tag: Mariadb
-
How to Deploy MariaDB with Portainer Stacks Using Docker Compose
If you’re looking to run a robust relational database in your Dockerized environment, MariaDB is an excellent open-source choice. With Portainer, managing your databases and application stacks becomes super easy—even with little Docker experience. In this post, I’ll walk you step by step through deploying MariaDB using Portainer Stacks (which leverages Docker Compose). Why Use…
-
How to set up PhpMyAdmin with MariaDB on Portainer with NGINX Proxy Manger.
PhpMyAdmin is easy to set up for any app and fix the table database or troubleshoot. So, we will set up PhpMyAdmin with NGINX SSL secure for our HTTPS. Due to the possibility of a grabber username and password exploit, we would prefer not to expose this on HTTP. Please ensure that you complete this…