Update docker-compose command to use 'docker compose'

This commit is contained in:
Nico
2025-10-01 21:52:13 +02:00
committed by GitHub
parent c29f35fc34
commit 7f79fd7628

View File

@@ -67,7 +67,7 @@ volumes:
Then, run the following command to start Ironmount: Then, run the following command to start Ironmount:
```bash ```bash
docker-compose up -d docker compose up -d
``` ```
Once the container is running, you can access the web interface at `http://<your-server-ip>:4096`. Once the container is running, you can access the web interface at `http://<your-server-ip>:4096`.