Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7e89337

Browse files
authored
Adds back in users to containers
Prepping the repo for a separate branch that contains larger changes.
1 parent14aa4e6 commit7e89337

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ services:
6767
working_dir:/var/www/html
6868
depends_on:
6969
-php
70+
user:laravel
7071
entrypoint:['composer', '--ignore-platform-reqs']
7172
networks:
7273
-laravel
@@ -93,6 +94,7 @@ services:
9394
-./src:/var/www/html:delegated
9495
depends_on:
9596
-mysql
97+
user:laravel
9698
working_dir:/var/www/html
9799
entrypoint:['php', '/var/www/html/artisan']
98100
networks:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp