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

https://github.com/hashdefault/docker-php

create a development environment with docker
https://github.com/hashdefault/docker-php

docker env environment php

Last synced: about 2 months ago
JSON representation

create a development environment with docker

Awesome Lists containing this project

README

          

# Environment PHP with Docker

if you have a project with no frameworks, this is what you need to containerize each service.

## Steps

```
$ mkdir php8_projects

$ cd php8_projects

$ echo "

Hello, world

" > index.php

$ git clone git@github.com:lugabrielbueno/docker-php.git .

$ docker-compose up -d
```

Now it must be run on address _**localhost/php8_projects**_ and the phpmyadmin is on _**localhost:8080**_