summaryrefslogtreecommitdiffstats
path: root/docker/README.md
diff options
context:
space:
mode:
authormorpheyesh <morpheyesh@gmail.com>2014-12-24 13:20:10 +0530
committermorpheyesh <morpheyesh@gmail.com>2014-12-24 13:20:10 +0530
commit995a805a3146aa9cf81c69fae1ab67df95093dce (patch)
treee18b8ca7c03ea396c6498bacab8633aefa34c39c /docker/README.md
parent0d7bb9af46b7789026bc7a98d9e6a4ee2df10d92 (diff)
downloadgitea-995a805a3146aa9cf81c69fae1ab67df95093dce.tar.gz
gitea-995a805a3146aa9cf81c69fae1ab67df95093dce.zip
spellcheck
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/README.md b/docker/README.md
index 448912009c..9f82cf7626 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -30,7 +30,7 @@ The `config` file contains lines which will in the gogs docker container end up
Here you can define things like the MySQL server for your database block.
The `fig` file will just be added to `fig.yml`, which is used by fig to manage your containers.
-This inculdes container linking!
+This includes container linking!
Just have a look at them and it will be clear how to write your own blocks.
@@ -53,7 +53,7 @@ Example:
More sophisticated Example
--------------------------
-Her is a more elaborated example
+Here is a more elaborated example
```sh
./assemble_blocks.sh docker_gogs w_db_cache_session option_db_postgresql option_cache_redis option_session_mysql
@@ -86,4 +86,4 @@ This will pull in the `Dockerfile` from `docker_gogs` instead of the one from `d
`Dockerfile`s for the `master` and `dev` branch are provided as `docker_gogs` and `docker_gogs_dev`
-[fig]:http://www.fig.sh/ \ No newline at end of file
+[fig]:http://www.fig.sh/