Fixed Docker compose link (#3920)

master
Nitish Tiwari 8 years ago committed by Harshavardhana
parent 0a5d57a91e
commit e55421ebdd
  1. 2
      docs/orchestration/docker-swarm/README.md

@ -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…
Cancel
Save