Skip to content

Commit 14aa4e6

Browse files
authored
Removes user entries from docker-compose.yml
1 parent 9041cd1 commit 14aa4e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ services:
6767
working_dir: /var/www/html
6868
depends_on:
6969
- php
70-
user: laravel
7170
entrypoint: ['composer', '--ignore-platform-reqs']
7271
networks:
7372
- laravel
@@ -95,7 +94,6 @@ services:
9594
depends_on:
9695
- mysql
9796
working_dir: /var/www/html
98-
user: laravel
9997
entrypoint: ['php', '/var/www/html/artisan']
10098
networks:
10199
- laravel

0 commit comments

Comments
 (0)