Skip to content

This is educational docker symfony project with mysql database and xdebug

License

Notifications You must be signed in to change notification settings

gep/docker-symfony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-symfony

This is docker symfony project with mysql database and xdebug

Features

  • PHP 7 fpm & cli
  • Xdebug
  • nginx
  • mysql
  • memcached

How to run the project

Download the repo then run

docker-compose up -d

Find out your server service IP:

docker exec dockersymfony_server_1 ip addr

or

ifconfig

Set your own domain in /etc/hosts, for example [ip address] symfony.dev

Open dev page http://symfony.dev:8080/app_dev.php/

Here we are!

Xdebug in PHP Storm

Add 9002 port and docker as IDE key. Add server as symfony.dev.

About

This is educational docker symfony project with mysql database and xdebug

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published