Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 662 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 662 Bytes

docker-wordpress

Lightweight docker-compose wordpress setup with phpmyadmin for database administration.

requirements:

  • docker installation on os.
  • docker shared drive for volumes (windows-specific).

docker-shared-drives

usage:

Within the docker-compose.yaml file location open a terminal and run the command: docker-compose up.

A wordpress and db folder will be created which are bidirectional mounts from the corresponsing containers to your host filesystem.

urls:

wordpress: http://localhost:8080 phpmyadmin: http://localhost:8082