瀏覽代碼

Add note for Docker users running console

Signed-off-by: Estelle Poulin <dev@inspiredby.es>
tags/v16.0.0alpha1
Estelle Poulin 5 年之前
父節點
當前提交
b149c047b7
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      console.php

+ 1
- 0
console.php 查看文件

@@ -68,6 +68,7 @@ try {
echo "Current user: " . $user['name'] . PHP_EOL;
echo "Owner of config.php: " . $configUser['name'] . PHP_EOL;
echo "Try adding 'sudo -u " . $configUser['name'] . " ' to the beginning of the command (without the single quotes)" . PHP_EOL;
echo "If running with 'docker exec' try adding the option '-u " . $configUser['name'] . "' to the docker command (without the single quotes)" . PHP_EOL;
exit(1);
}


Loading…
取消
儲存