Sign inSign up

joppsdev/nginxphp

By joppsdev

Updated over 5 years ago

Image configured with Nginx, PHP and Xdebug

Image
0

376

joppsdev/nginxphp repository overview

Command for starting the container:

  • docker run --name nginxphp-server -v "AbsolutePathToWebFolder:/app" -p 80:80 -d joppsdev/nginxphp:tagname

Command for entering the container:

  • docker exec -it nginxphp-server bash

Version 1.0 contains:

  • Ubuntu 18.04
  • Nginx 1.16.1
  • PHP 7.3.9
  • Xdebug 2.7.2

Version 2.0 contains:

  • Ubuntu 20.04
  • Nginx 1.19.0
  • PHP 8.0.0
  • Xdebug 3.0.0

Versions below have active support for xdebug for PHP Storm on port 9000:

  • 1.0.5
  • 1.0.6
  • 2.0.1
  • 2.0.2 (on this version you will get a Could not connect to debugging client notice in cli if you don't have the XDebug on in PHPStorm. To solve this issue just add -d xdebug.mode=off)

Tag summary

Content type

Image

Digest

Size

254.9 MB

Last updated

over 5 years ago

docker pull joppsdev/nginxphp