Update docker-compose command to use 'docker compose'
This commit is contained in:
parent
c29f35fc34
commit
7f79fd7628
1 changed files with 1 additions and 1 deletions
|
|
@ -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://<your-server-ip>:4096`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue