From 8a01ef597adf50af1efef6f188d22d0a8ae47068 Mon Sep 17 00:00:00 2001 From: AbdBarho Date: Fri, 16 Sep 2022 06:16:53 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 3f4c725..254ba82 100644 --- a/FAQ.md +++ b/FAQ.md @@ -19,7 +19,7 @@ This means your internet connection is unstable so the download failed, just try Error response from daemon: dockerfile parse error line 33: unknown instruction: GIT ERROR: Service 'model' failed to build : Build failed ``` -Update docker to the latest version, and make sure you are using `docker compose` (docker space compose) instead of `docker-compose` (docker dash compose). [More info here.](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/16) +Update docker to the latest version, and make sure you are using `docker compose` instead of `docker-compose`. [More info here.](https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/16) ---