Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (27 loc) · 824 Bytes

File metadata and controls

33 lines (27 loc) · 824 Bytes

Dockpress

🐳 Wordpress Containerized with persistent data container (Apache + Wordpress, MariaDB and two Data-Container 🐳

Clone the repository

git clone https://github.com/ArgonQQ/Dockpress.git

🐳 What is this? 🐳

With 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

Getting Started

Change into the cloned directory and start the container daemonized

docker-compose up -d

Database Credentials

DB-User:      root # Standard root MariaDB user
DB-Password:  MyPa$$word # Is set in the docker-compose.yml file