From 7437085cac0d461be4f40e711185f5c2910d49f4 Mon Sep 17 00:00:00 2001 From: cdpath <11472839+cdpath@users.noreply.github.com> Date: Fri, 24 May 2024 23:26:05 +0800 Subject: [PATCH] fix typo (#6255) --- docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/README.md b/docker/README.md index d5a472da7d..9e7ac15145 100644 --- a/docker/README.md +++ b/docker/README.md @@ -64,7 +64,7 @@ GPU_DRIVER=nvidia Any environment variables supported by InvokeAI can be set here - please see the [Configuration docs](https://invoke-ai.github.io/InvokeAI/features/CONFIGURATION/) for further detail. -## Even Moar Customizing! +## Even More Customizing! See the `docker-compose.yml` file. The `command` instruction can be uncommented and used to run arbitrary startup commands. Some examples below.