docker-php-tutorial icon indicating copy to clipboard operation
docker-php-tutorial copied to clipboard

Example files of my tutorial on PHP on Docker (check out the branches!)

Results 6 docker-php-tutorial issues
Sort by recently updated
recently updated
newest added

Hi there, I am following your [Run Laravel 9 on Docker in 20224.3 tutorial](https://www.pascallandau.com/blog/run-laravel-9-docker-in-2022/) and am on the install laravel step however, when I run the command: ` make execute-in-container...

Can we set password for ssh? Login is _www-data_?

My default shell is dash and not bash and make docker-test failed with error: ``` sh ./.docker/docker-test.sh ./.docker/docker-test.sh: 3: Syntax error: "(" unexpected make: *** [Makefile:29: docker-test] Error 2 ```...

I am a newbee, following the ReadMe and changing the compose version to '3.3', always encounters errors with : `docker-compose -f ./.docker/docker-compose.yml --project-directory ./.docker rm -fs && \ docker-compose -f...

COMPOSE_DOCKER_CLI_BUILD is deprecated in docker compose v2, so it looks like it should be removed: https://docs.docker.com/compose/environment-variables/envvars/#deprecated-in-compose-v2