We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9041cd1 commit 14aa4e6Copy full SHA for 14aa4e6
docker-compose.yml
@@ -67,7 +67,6 @@ services:
67
working_dir: /var/www/html
68
depends_on:
69
- php
70
- user: laravel
71
entrypoint: ['composer', '--ignore-platform-reqs']
72
networks:
73
- laravel
@@ -95,7 +94,6 @@ services:
95
94
96
- mysql
97
98
99
entrypoint: ['php', '/var/www/html/artisan']
100
101
0 commit comments