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
- Host: GitHub
- URL: https://github.com/reoring/docker-cakephp3
- Owner: reoring
- Created: 2017-10-08T08:20:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T06:21:52.000Z (about 8 years ago)
- Last Synced: 2025-12-01T20:23:30.811Z (7 months ago)
- Topics: cakephp3, docker, php
- Language: PHP
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)