Skip to content

My personal use of a full stack php7-fpm extensions w/ openresty

License

Notifications You must be signed in to change notification settings

chetth/docker-resty-php7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-resty-php7

Full stack PHP7-FPM extensions w/ OpenResty

Example

Docker

docker run -d -p 8888:80 chet/docker-resty-php7

Docker compose

Default in docker-compose.yml use custom build image. If you want to use image instead of build change docker-comoise.yml file

from

build: .

to

image: chet/docker-resty-php7

Then start container

docker-compose up -d

http://127.0.0.1:8888/

About

My personal use of a full stack php7-fpm extensions w/ openresty

Resources

License

Stars

Watchers

Forks

Packages

No packages published