From d27b29d89f0a60906f135760b436c4f79370eb43 Mon Sep 17 00:00:00 2001 From: Gabriel Zhang <81345419+yuanzzhang@users.noreply.github.com> Date: Wed, 17 Apr 2024 08:19:10 -0500 Subject: [PATCH] Fix docker compose command using the slimmed docker image (#2351) Fixing the docker command based on `docker compose [-f ...] [options] [COMMAND] [ARGS...]` format on the [website](https://docs.docker.com/compose/reference/#command-options-overview-and-help). Because the old command would give error: `unknown shorthand flag: 'f' in -f` --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index ccd7ea07f05a..62ec84ade031 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -60,7 +60,7 @@ Note that when you run it for the first time, it will download a docker image of Now, feel free to customize the theme however you like (don't forget to change the name!). Also, your changes should be automatically rendered in real-time (or maybe after a few seconds). -> Beta: You can also use the slimmed docker image with a size below 100MBs and exact same functionality. Just use `docker compose up -f docker-compose-slim.yml` +> Beta: You can also use the slimmed docker image with a size below 100MBs and exact same functionality. Just use `docker compose -f docker-compose-slim.yml up` ### Build your own docker image