RosvaldeMANFO / compose-wordpress

A docker container with a mariadb service, wordpress service and phpmyadmin service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compose-wordpress

A docker container with some utils services such as :

  • Mariadb,
  • Wordpress,
  • Phpmyadmin

Requirements

Running this required :

  • Docker client
  • Some skills with docker off cause ๐Ÿ˜

Installation guid

To use this container, you must follow these steps :

  • Firstly, create db_password.txt and db_root_password.txt files in the directory secrets to handle respectively your project db password and the mariadb root password.

    alt text

  • Secondly and off cause optionally, you can edit the .env file to fit your project env variable

  • Finally, after running the docker daemon execute the command docker compose up -d and here we go ๐Ÿš€๐Ÿ˜ƒ. You can play with your wordpress website

alt text

About

A docker container with a mariadb service, wordpress service and phpmyadmin service