https://github.com/rojenzaman/wordpress-php56-docker
Running WordPress on PHP-5.6 with MySQL-5.7 on Docker container
https://github.com/rojenzaman/wordpress-php56-docker
docker docker-compose mysql mysql57 php php5 php56 php56-docker wordpress
Last synced: 3 months ago
JSON representation
Running WordPress on PHP-5.6 with MySQL-5.7 on Docker container
- Host: GitHub
- URL: https://github.com/rojenzaman/wordpress-php56-docker
- Owner: rojenzaman
- License: mit
- Created: 2021-05-06T01:39:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-15T20:56:39.000Z (about 4 years ago)
- Last Synced: 2025-01-19T17:56:22.079Z (5 months ago)
- Topics: docker, docker-compose, mysql, mysql57, php, php5, php56, php56-docker, wordpress
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/rojen/php5.6-docker
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## php5.6-docker image for pre-installed Wordpress
Running WordPress on PHP-5.6 with MySQL-5.7 on Docker container
## Motivation
- WordPress plugins/themes developers often need to make sure their plugins/themes are also compatible with php5.6
- Official WordPress docker image support start from php7.3## Supported Tags
- [rojen/php5.6-docker:no-mysqli](https://github.com/rojenzaman/wordpress-php56-docker/tree/no-mysqli) (for which theme does not support mysqli extension)
- [rojen/php5.6-docker:latest](https://github.com/rojenzaman/wordpress-php56-docker/tree/main)## Running container
pull:
```bash
docker pull rojen/php5.6-docker
```run:
```
docker-compose up -d
```## Access the site:
http://localhost:8080/
## Reference
- https://github.com/docker-library/wordpress/blob/394c79eafd5b345514f87cec590577e641c030ef/latest/php7.4/apache/Dockerfile
- https://github.com/khaledsaikat/wordpress-php56-docker