mirror of
https://github.com/minio/minio.git
synced 2024-12-23 21:55:53 -05:00
Fixed Docker compose link (#3920)
This commit is contained in:
parent
0a5d57a91e
commit
e55421ebdd
@ -26,7 +26,7 @@ After the manager is up, [add worker nodes](https://docs.docker.com/engine/swarm
|
||||
|
||||
## 3. Deploy distributed Minio services
|
||||
|
||||
Download the [Docker Compose file](./docker-compose.yaml) on your Swarm master. Then execute the command
|
||||
Download the [Docker Compose file](https://github.com/minio/minio/blob/master/docs/orchestration/docker-swarm/docker-compose.yaml) on your Swarm master. Then execute the command
|
||||
|
||||
```shell
|
||||
docker stack deploy --compose-file=docker-compose.yaml minio_stack
|
||||
|
Loading…
Reference in New Issue
Block a user