Skip to content

codibly/docker-nginx-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP with fpm and nginx

PHP docker image based on official one with pre-installed extensions and tools. Additionally we added here nginx with listening on 8080 port.

Download

Grab it by running

docker pull codibly/nginx-php:8.1.12

Run

Type

docker run --name some-php -d -v /your/directory/with/php/public:/opt/app/public -p 8080:8080 codibly/nginx-php

That will start supervisor which run php-fpm daemon and nginx listening on 8080.

Logs are written to STDOUT, examine them running

docker logs some-php -f

About

Docker image with PHP and NGINX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •