ソースを参照

Merge pull request #633 from BrentRobert/patch-1

Mark Shust 3 年 前
コミット
3866f8fef0
1 ファイル変更2 行追加1 行削除
  1. 2 1
      compose/bin/setup

+ 2 - 1
compose/bin/setup

@@ -72,7 +72,8 @@ bin/clinotty bin/magento setup:install \
   --search-engine=elasticsearch7 \
   --elasticsearch-host=$ES_HOST \
   --elasticsearch-port=$ES_PORT \
-  --use-rewrites=1
+  --use-rewrites=1 \
+  --no-interaction
 
 echo "Copying files from container to host after install..."
 bin/copyfromcontainer --all