From 299ba4d2a22b8839bb227d751da2fa3a747b2dc6 Mon Sep 17 00:00:00 2001 From: xyny <60004820+xynydev@users.noreply.github.com> Date: Wed, 22 May 2024 15:39:55 +0000 Subject: [PATCH] fix: remove dash in "docker-compose" Co-authored-by: Manuel Schmid <9307310+mashb1t@users.noreply.github.com> --- docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker.md b/docker.md index 137f67b9..6dd58c20 100644 --- a/docker.md +++ b/docker.md @@ -79,7 +79,7 @@ podman build . -t fooocus ## Details -### Update the container manually (`docker-compose`) +### Update the container manually (`docker compose`) When you are using `docker compose up` continuously, the container is not updated to the latest version of Fooocus automatically. Run `git pull` before executing `docker compose build --no-cache` to build an image with the latest Fooocus version.