Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 360 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 360 Bytes

Docker + Wordpress + Angular

A basic Docker container containing a Wordpress backend and an Angular front end.

Requirements

  • Docker
  • Docker Compose

Installation

docker-compose up -d

Usage

Open 'localhost:8000' to access Wordpress (default username: user | default password: bitnami) Open 'localhost:3001' to access the Angular frontend