Sign inSign up

codibly/nginx-php

By codibly

Updated about 2 years ago

Image
0

10K+

codibly/nginx-php repository overview

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/php:7.4.1

available versions:

  • 7.4.1
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

Tag summary

Content type

Image

Digest

sha256:c7b8a033f

Size

252.9 MB

Last updated

about 2 years ago

docker pull codibly/nginx-php:8.3.7-psql