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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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`.