From f110bb2db22edf7d6bcf31ac7abe5c80982ccd32 Mon Sep 17 00:00:00 2001
From: karen Carias <karen@gitlab.com>
Date: Fri, 10 Jul 2015 12:33:31 -0700
Subject: [PATCH] information about why we use fig.yml

---
 docker/README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/docker/README.md b/docker/README.md
index 8df603eca4..293ca79f91 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -94,12 +94,12 @@ To upgrade GitLab to new version you have to do:
 sudo docker stop gitlab
 ```
 
-1. stop running container, 
+1. stop running container,
 ```bash
 sudo docker rm gitlab
 ```
 
-1. remove existing container, 
+1. remove existing container,
 ```bash
 sudo docker pull gitlab/gitlab-ce:latest
 ```
@@ -162,4 +162,6 @@ sudo docker push gitlab/gitlab-ce:latest
 
 ## Troubleshooting
 
-Please see the [troubleshooting](troubleshooting.md) file in this directory.
\ No newline at end of file
+Please see the [troubleshooting](troubleshooting.md) file in this directory.
+
+Note: We use `fig.yml` to have compatibility with fig and because docker-compose also supports it.
-- 
2.30.9