From 87bd49bdfba05c54e822fa8e0684c2f279e9c327 Mon Sep 17 00:00:00 2001 From: Matthias Radestock Date: Fri, 1 Sep 2017 17:06:00 +0100 Subject: [PATCH] tell users to copy compose fragments to `docker-compose.yml` --- site/installing.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site/installing.md b/site/installing.md index 01bd177c6..0281bd119 100644 --- a/site/installing.md +++ b/site/installing.md @@ -114,7 +114,7 @@ Hostnames will be regularly resolved as A records, and each answer used as a tar ### Using Docker Compose -To install Scope on your local Docker machine in Standalone Mode using Docker Compose, run the following commands using one of the two fragments below. +To install Scope on your local Docker machine in Standalone Mode using Docker Compose, copy the contents of one of the two fragments below into a file `docker-compose.yml` and run docker-compose up -d @@ -196,6 +196,8 @@ Version 2 of this YAML file supports networks and volumes as defined by any plug Version 2 of this YAML file supports a network mode that may be required with any Docker plugins that you are using. See [Compose File Reference](https://docs.docker.com/compose/compose-file/) for more information. +Copy the contents of one of the above fragments into a file `docker-compose.yml`. + **3.** Once you've set up a compose file, launch Scope onto your local machine: SCOPE_SERVICE_TOKEN= docker-compose up -d