Skip to content

Docker Image with Nginx+PHP+XDebug that has everything you may need for integration with PHPStorm

Notifications You must be signed in to change notification settings

ConstantineYurevich/nginx-php-dev-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nginx-PHP-Dev Docker Image

Docker Image with Nginx+PHP+XDebug that has everything you may need for integration with PHPStorm

Intallation

To make this image work with your local source code you should have the following folder structure:

<your project dir>
  /config
    nginx-app.conf
    php-app.conf
  /http
  /logs
    /profiler
  /secure

Running image

docker run -v <full path to your project dir>:/data -p 80 yurevichcv/nginx-php-dev:latest

PHPStorm Deployment Config Setup

  • Type: SFTP
  • SFTP Host: <Docker VM Host>
  • Port: <Docker Container Mapped Port>
  • User name: root
  • Auth type: password
  • Password: root

About

Docker Image with Nginx+PHP+XDebug that has everything you may need for integration with PHPStorm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published