/wordpress-docker-setup

This is the setup I use for my wordpress development with docker

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

wordpress-docker-setup

This is the setup I use for my wordpress development with docker

Installation

  1. Make sure you have Docker and Docker Compose installed.
  2. Clone repo to desired location
  3. Run Docker Compose build
    % docker-compose up -d
  4. Open your browser with http://localhost:8000