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

https://github.com/mysiar/php-dockerized


https://github.com/mysiar/php-dockerized

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

          

# basic docker env for php

1. copy `.env.dist` to `.env`
2. mandatory to set `PROJECT_NAME` and `SUBNET`
3. run by
```bash
$ docker-compose up
```