Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kenzo0107/wordpress_nginx_php_mysql_on_docker
- Owner: kenzo0107
- License: other
- Created: 2019-12-24T09:27:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T13:45:26.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T14:43:06.451Z (7 months ago)
- Language: PHP
- Size: 15.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: license.txt
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
```