Skip to content

hashdefault/docker-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 "<h1>Hello, world</h1>" > 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

About

create a development environment with docker

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published