diff --git a/docs/maintainers/tutorial.md b/docs/maintainers/tutorial.md index 2800521..6c6b254 100644 --- a/docs/maintainers/tutorial.md +++ b/docs/maintainers/tutorial.md @@ -21,7 +21,7 @@ The idea scenario is when the upstream project provides both the packaged image - **Inspired**: Upstream image, someone else's compose file - **On fire**: Upstream image, upstream compose file -### Writing the `compose.yml` +### Writing / adapting the `compose.yml` Let's take a practical example, [Matomo web analytics](https://matomo.org/). We'll be making a Docker "swarm-mode" `compose.yml` file. @@ -66,8 +66,8 @@ abra app new matomo --secrets \ --server swarm.example.com ``` -Depending on whether you defined any extra environment variables, we didn't so -far, in this example, you might want to run `abra app config swarm.example.com` +Depending on whether you defined any extra environment variables -- we didn't so +far, in this example -- you might want to run `abra app config swarm.example.com` to check the configuration. Otherwise, or once you've done that, go ahead and deploy the app: @@ -80,4 +80,4 @@ Then, open the `DOMAIN` you configured (you might need to wait a while for Traef ### Finishing up -You've probably got more questions, check out the [maintainers handbook](/maintainers/handbook)! +You've probably got more questions, check out the [packaging handbook](/maintainers/handbook)!