summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2015-05-07 12:41:05 +0000
committerSytse Sijbrandij <sytse@gitlab.com>2015-05-07 12:41:05 +0000
commit93a2cc095bea039c92751673c4d81c04bab0b3a2 (patch)
treee55a820fd6840431167281d905778e7514db753a
parent895bc33fef53b8ffd9eab0a9c31e3c81af8ec6a9 (diff)
downloadgitlab-ce-93a2cc095bea039c92751673c4d81c04bab0b3a2.tar.gz
Fix spelling error, thanks Mark
-rw-r--r--docker/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/README.md b/docker/README.md
index 82eac9cd0db..2e533ae9dd5 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -94,7 +94,7 @@ sudo docker build --tag gitlab-data docker/data/
sudo docker build --tag gitlab-app:7.10.1 docker/app/
```
-After this run the images as described in the prepivous section.
+After this run the images as described in the previous section.
We assume using a data volume container, this will simplify migrations and backups.
This empty container will exist to persist as volumes the 3 directories used by GitLab, so remember not to delete it.
@@ -152,4 +152,4 @@ sudo docker push sytse/gitlab_data
## Troubleshooting
-Please see the [troubleshooting](troubleshooting.md) file in this directory.
+Please see the [troubleshooting](troubleshooting.md) file in this directory. \ No newline at end of file