Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

s-shiryaev/docker-php7-symfony

Repository files navigation

Docker Symfony (Nginx, Postgres, Redis, PHP-FPM)

A docker multicontainer with nginx, postgres, redis and a preconfigured symfony project.

Build Status

Installation

  1. Build/run containers with (with and without detached mode)

    docker-compose build
    docker-compose up -d
    
  2. Composer install

    docker exec php-fpm composer --no-interaction install
    

How to Use

  • Enter Symfony container

    docker-compose exec php sh
    # OR
    docker exec -it php-fpm sh
    
  • Run whatever you want (E.g. composer require )

About

A docker multicontainer with nginx, postgres, redis and a configured symfony project

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /