https://github.com/jenbuzz/dockerized-wordpress
🔵 Docker environment for Wordpress with PHP/nginx/MySQL
https://github.com/jenbuzz/dockerized-wordpress
docker docker-compose docker-wordpress dockerfile wordpress wordpress-development
Last synced: 10 months ago
JSON representation
🔵 Docker environment for Wordpress with PHP/nginx/MySQL
- Host: GitHub
- URL: https://github.com/jenbuzz/dockerized-wordpress
- Owner: jenbuzz
- Created: 2018-07-22T07:44:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T14:11:20.000Z (over 7 years ago)
- Last Synced: 2025-03-25T13:39:48.041Z (10 months ago)
- Topics: docker, docker-compose, docker-wordpress, dockerfile, wordpress, wordpress-development
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerized Wordpress
Setup a docker environment for Wordpress with PHP 7.2, nginx 1.15, and MySQL 5.7. This docker setup is to be used for local development and testing.
## Usage
Start initial container setup:
```bash
$ docker-compose up --build -d
```
To use an existing Wordpress installation copy it to a directory named "wordpress" in the root of this project.
To setup a new Wordpress installation run the following command:
```bash
$ make install-wordpress
```
## Configuration
| Database ||
|---------- | ----------------- |
| Host | `wordpress_mysql` |
| Username | `root` |
| Password | `abcd1234` |
| Database | `wordpress` |
## License
This package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)