- Put your project files into
app/
- If needed modify
DOCUMENT_ROOT
andDOCUMENT_INDEX
inetc/environment*.yml
- You're done - really
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