- set a new
127.0.0.1 symfony.dev.nxshost-entry - run
docker-compose up -din project root - setup the ssh connection
- upload the
symfony4folder to/var/www/ - go to
/var/www/and create symlinkln -s symfony4/public symfony - ssh into the container and run
composer installin/var/www/symfony4/
all files will be compiled after composer install has been executed.
If you want the rebuild the frontend files manually just run yarn run encore dev in the project root
MYSQL
Docker-User Host: 127.0.0.1 (Docker-Host) Port: 3336 User: docker Pass: docker
SSH
Docker-User Host: 127.0.0.1 (Docker-Host) Port: 2222 User: docker Pass: docker