mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
Update docker-compose command to use 'docker compose'
This commit is contained in:
@@ -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`.
|
||||||
|
|||||||
Reference in New Issue
Block a user