diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2020-09-14 23:46:52 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2020-09-14 23:46:52 -0400 |
| commit | 487a97220ca58df241694085aa4118125992e0b6 (patch) | |
| tree | 173ce58c608f7107cf9c9e678e7152d3f4eae2b1 | |
| parent | c1b6031a82cef9bfe34deee203ec4a3df573e3be (diff) | |
| download | alpine-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.md | 7 |
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 @@ -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 +``` + |
