🐳 Wordpress Containerized with persistent data container (Apache + Wordpress, MariaDB and two Data-Container 🐳
git clone https://github.com/ArgonQQ/Dockpress.gitWith this docker-compose.yml file you can easily spin up your Wordpress with a Database and two Data-Container where everything is stored persistent.
Dockpress
├── LICENSE
├── Readme.md
└── docker-compose.yml
Change into the cloned directory and start the container daemonized
docker-compose up -d
DB-User: root # Standard root MariaDB user
DB-Password: MyPa$$word # Is set in the docker-compose.yml file