Skip to content

Commit 20adc9c

Browse files
committed
accidentally forgot to set INSTALL_NODE back to false.
1 parent 17e252a commit 20adc9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
args:
1111
- INSTALL_MONGO=false
1212
- INSTALL_XDEBUG=false
13-
- INSTALL_NODE=true
13+
- INSTALL_NODE=false
1414
- COMPOSER_GLOBAL_INSTALL=false
1515
- PUID=1000
1616
- PGID=1000

0 commit comments

Comments
 (0)