aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docker-compose-example.yml (renamed from docker-compose.yml)0
-rw-r--r--readme.md7
2 files changed, 7 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose-example.yml
index 5ea6959..5ea6959 100644
--- a/docker-compose.yml
+++ b/docker-compose-example.yml
diff --git a/readme.md b/readme.md
index 2817f27..af45937 100644
--- a/readme.md
+++ b/readme.md
@@ -103,3 +103,10 @@ And then
```shell
$ docker-compose up -d
```
+
+There's an example file that can be used with:
+
+``shell
+$ docker-compose -f docker-compose-example.yml up -d
+```
+