Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kenzo0107/wordpress_nginx_php_mysql_on_docker

WordPress with Nginx + PHP + MySQL on Docker
https://github.com/kenzo0107/wordpress_nginx_php_mysql_on_docker

Last synced: 2 days ago
JSON representation

WordPress with Nginx + PHP + MySQL on Docker

Awesome Lists containing this project

README

        

# WordPress with Nginx + PHP + MySQL

## Information

* Nginx 1.10.2
* PHP 5.6
* MySQL 5.7.16

## launch WordPress on localhost

```
$ docker-compose up -d
```

[http://localhost:8080](http://localhost:8080)

## access to db

```sh
$ dc exec db mysql -h localhost -u wordpress -pwordpress wordpress
```