I get the following error at startup:
ERROR: for recipes_laravel.test_1 Cannot start service laravel.test: driver failed programming external connectivity on endpoint recipes_laravel.test_1 (af7cddebc0211566c9c9af2af90bb1714a9435ae1b7a1fc6f682d948332916dd): Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use
My composer.yaml: `# For more information: https://laravel.com/docs/sail version: '3' services: laravel.test: build: context: ./vendor/laravel/sail/runtimes/8.0 dockerfile: Dockerfile args: WWWGROUP: '${WWWGROUP}' image: sail-8.0/app ports:
I could adjust the port for mysql, but I could not adjust the port for nginx (testserver). Where/how do I have to adjust this?
I do not want to stop my apache, my nextcloud is also running on the server, that should continue to work.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community