Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

saidatom/Nginx-PHP7.2-FPM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nginx-PHP7.2-FPM

This repo contains a recipe for making a Docker container for Drupal, using Linux, Apache and PHP7.2-FPM. To build, make sure you have Docker installed.

This will try to go in line with Drupal automated-testing.

And run the container, connecting port 80:

sudo docker run -d -t saidatom/lep

That's it! Visit http://localhost/ in your webrowser.

More docker

# sudo docker ps
ID                  IMAGE                   COMMAND               CREATED             STATUS              PORTS
9887DAS121        saidatom/lep:latest   /bin/bash /start.sh   3 minutes ago       Up 6 seconds        80->80  

Start/Stop

sudo docker stop 9887DAS121
sudo docker start 9887DAS121

Authors

Created and maintained by Alexandre Dias (<alex.jm.dias_at_gmail.com>)

License

GPL v3

About

Docker Nginx + PHP7.2-FPM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published