A Symfony 4 development environment with Docker and Docker-compose

preview_player
Показать описание
how to use docker and docker compose with symfony 4 framework
Install and use db and phpmyadmin services using docker
#docker #symfony4 #docker-compose#symfonywithdocker#php#symfony
Рекомендации по теме
Комментарии
Автор

So interresting, good job, thank you

mohamedhafiene
Автор

Anyone using Linux please ? I'm having problems with the php-fpm container. If i run composer create-project symfony/skeleton . in the container the files are owned by root and I can't edit them in my IDE. I'm looking for a proper solution within the docker container :( not chmoding 777 or running composer on my host machine which I would like to keep as clean as possible.

CaimAstraea