Community maintained Docker config for the spindle server

readme: make the wording more clear

hanna 3129dcb4 074a155e

Changed files
+4 -3
+4 -3
readme.md
···
<hr style="margin-bottom: 20px; margin-top: 10px" />
-
This can be done in a compose file as well by specifying it as an build
-
argument.
+
When using compose, it can be specified as a build argument which will be
+
passed to the builder.
```yaml
build:
···
args: { TAG: master }
```
-
Will tell docker to pass the `TAG` argument to the `Dockerfile` when building.
+
This will for example tell docker to build it using the `master` branch like
+
the command.
## Setting Up The Image