Checkout your git repository
make create git https://github..../
or manually
git clone --recursive https://github..../ app/
Check DOCUMENT_ROOT
and DOCUMENT_INDEX
in etc/environment*.yml
You can run one-shot command inside the app
service container:
docker-compose run --rm app any-php-file.php argument1 argument2
docker-compose run --rm app bash
Webserver is available at Port 8000