From e55421ebddb0f784736d970198bdbfcfbb47bf2d Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Fri, 17 Mar 2017 13:36:11 +0530 Subject: [PATCH] Fixed Docker compose link (#3920) --- docs/orchestration/docker-swarm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/orchestration/docker-swarm/README.md b/docs/orchestration/docker-swarm/README.md index 8d7ac385d..542a94208 100644 --- a/docs/orchestration/docker-swarm/README.md +++ b/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