Get a quick-start with the phd5-template.
:white_circle: Web application template built from phd5-app
cp .env-dist .env
docker-compose build
docker-compose run --rm php yii app/setup
docker-compose up -d
Open http://$DOCKER_HOST_IP:21080 in your browser and login with admin / admin1.
See README and Quick-Start Tutorial for detailed instructions.