Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

easypath-archive/wordpress-docker

Open more actions menu

Repository files navigation

WordPress Docker

WordPress running on Docker, separate DB, NGINX and PHP7-FPM containers

Installation

  • Clone latest WordPress Docker: git clone https://github.com/easypath/wordpress-docker.git <domain_name> && rm -rf <domain_name>/.git

  • Make install script executable: chmod +x wordpress-docker.sh

  • Optional: change database details in script

  • Optional: edit docker-compose.yaml, update "nginx" HTTP port

  • Run script: ./wordpress-docker.sh

  • Navigate to http://localhost:8080, complete initial WordPress setup

Adding PhpMyAdmin

Connecting phpMyAdmin Docker image to DB container:

  • Get network by running docker network ls
  • docker run --name phpmyadmin -d --network=<network> -p 8095:80 phpmyadmin/phpmyadmin
  • By default, image assumes DB container is named "db"

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.