aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2020-09-14 23:46:52 -0400
committerMitch Riedstra <mitch@riedstra.us>2020-09-14 23:46:52 -0400
commit487a97220ca58df241694085aa4118125992e0b6 (patch)
tree173ce58c608f7107cf9c9e678e7152d3f4eae2b1
parentc1b6031a82cef9bfe34deee203ec4a3df573e3be (diff)
downloadalpine-cgit-487a97220ca58df241694085aa4118125992e0b6.tar.gz
alpine-cgit-487a97220ca58df241694085aa4118125992e0b6.tar.xz
Adjust the readme and explicitly make the docker-compose file an example
-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
+```
+