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 90cc568 commit 6c97206Copy full SHA for 6c97206
.env-example
@@ -1,2 +1 @@
1
-COMPOSER_HOME=~/.config/composer
2
UID=1000
docker-compose.yml
@@ -1,9 +1,7 @@
services:
-
3
php80: &phpbase
4
- user: ${UID}
+ user: ${UID:-1000}
5
volumes:
6
- - ${COMPOSER_HOME}:/.config/composer:delegated
7
# Mount source-code for development
8
- ./:/var/www/html
9
env_file:
0 commit comments