czarpino / symfony-docker

Docker container image for Symfony4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supported tags and respective Dockerfile links

What is Symfony?

The leading PHP framework to create websites and web applications. Built on top of the Symfony Components.

http://symfony.com/what-is-symfony

How to use this image.

Get image with a docker pull

docker pull czarpino/symfony

Alternatively, you can use this image for your docker-compose file:

version: '3'
services:
    app:
        image: czarpino/symfony:4.1
        volumes:
            - ./:/var/www/project

About

Docker container image for Symfony4