https://github.com/stefanwalther/wp
Simple (local) Wordpress installation
https://github.com/stefanwalther/wp
docker mysql wordpress
Last synced: about 2 months ago
JSON representation
Simple (local) Wordpress installation
- Host: GitHub
- URL: https://github.com/stefanwalther/wp
- Owner: stefanwalther
- Created: 2024-09-25T16:56:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T19:48:51.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T01:07:18.683Z (over 1 year ago)
- Topics: docker, mysql, wordpress
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wp
Wordpress Installation (primarily for local testing & experimentation)
## Installation
```bash
$ docker compose up
```
Spins up the following environments:
- Wordpress: http://localhost:8000 resp. http://localhost:8000/wp-admin
- MySql - on port 3306
- Adminer to access MySql: http://localhost:8080