Skip to content

Commit 6c97206

Browse files
committed
we do not technically need to delegate composer in container
1 parent 90cc568 commit 6c97206

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.env-example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
COMPOSER_HOME=~/.config/composer
21
UID=1000

docker-compose.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
services:
2-
32
php80: &phpbase
4-
user: ${UID}
3+
user: ${UID:-1000}
54
volumes:
6-
- ${COMPOSER_HOME}:/.config/composer:delegated
75
# Mount source-code for development
86
- ./:/var/www/html
97
env_file:

0 commit comments

Comments
 (0)