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

https://github.com/reoring/docker-cakephp3

Docker environment for CakePHP3
https://github.com/reoring/docker-cakephp3

cakephp3 docker php

Last synced: about 1 month ago
JSON representation

Docker environment for CakePHP3

Awesome Lists containing this project

README

          

# Docker for CakePHP3

## Setup

Clone this repository.

put your cakephp3 source to `app` directory.

and run docker-compose up

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

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