Skip to content

Commit

Permalink
Fix docker compose command using the slimmed docker image (alshedivat…
Browse files Browse the repository at this point in the history
…#2351)

Fixing the docker command based on `docker compose [-f <arg>...]
[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`
  • Loading branch information
yuanzzhang authored and Suraj-Bhor committed Aug 13, 2024
1 parent 248d1c9 commit d27b29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d27b29d

Please # to comment.