From 7f79fd76287a9daf07d5a940747c50e3211a188d Mon Sep 17 00:00:00 2001 From: Nico <47644445+nicotsx@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:52:13 +0200 Subject: [PATCH] Update docker-compose command to use 'docker compose' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c169d1f..57d54ed 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ volumes: Then, run the following command to start Ironmount: ```bash -docker-compose up -d +docker compose up -d ``` Once the container is running, you can access the web interface at `http://:4096`.