Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

Latest commit

 

History

History
55 lines (41 loc) · 801 Bytes

README.md

File metadata and controls

55 lines (41 loc) · 801 Bytes

docker-symfony

A little docker stack for running Symfony into Docker containers with docker-compose tool.

Installation

Clone this repository:

$ git clone [email protected]:xElysioN/docker-symfony.git

Put your Symfony application into symfony folder.

Make sure you adjust parameters.yml for database :

- database_port: 3306
- database_host: db
- database_user: root
- database_password: root

And then

$ docker-compose up -d

Commands

Soon

Mysql

  • Version 5.7
  • Port : 3309

Apache

  • Version 2.4
  • Port : 80
  • Mods :
    • mod_rewrite
    • mod_proxy
    • mod_proxy_fcgi
  • Virtual host
    • symfony.dev
  • Logs
    • logs/apache/

PHP

  • Version 5.6.26-fpm
  • Mods :
    • intl
    • xdebug

phpMyAdmin