/docker-php-app

docker-php-app

Primary LanguagePHP

docker-php-app

Minimal php app running on a docker-compose stack for educationnal purpose.

To use it, copy .env.sample to .env, customize your .env if you care and fire up docker-compose.

cp .env.sample .env
docker-compose up -d

Now, you could use the following url

And for example you could try to stop mysql and check the result

docker-compose stop mysql