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

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

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