From fb7993672690dfd8fc49dadc9992c51c518f89d3 Mon Sep 17 00:00:00 2001 From: epoxa Date: Sun, 19 Feb 2017 03:36:48 +0700 Subject: [PATCH] Update docker_compose.md --- docs/guides/docker_compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/docker_compose.md b/docs/guides/docker_compose.md index 3c7f044..8e769ac 100644 --- a/docs/guides/docker_compose.md +++ b/docs/guides/docker_compose.md @@ -3,7 +3,7 @@ This guide will show you how to make a quick and easy docker compose file to get your container running using the compose tool. -### Creating a copomse file +### Creating a compose file Create a docker-compose.yml file with the following contents: ```