diff --git a/docs/recipe-maintainer-guide.md b/docs/recipe-maintainer-guide.md index 0791d15..0cbb307 100644 --- a/docs/recipe-maintainer-guide.md +++ b/docs/recipe-maintainer-guide.md @@ -20,7 +20,7 @@ Like a lot of compose files, it's intended for use with `docker-compose`, instea First, let's create a directory with the files we need: ``` -abra recipe create matomo +abra recipe new matomo cd ~/.abra/apps/matomo ``` @@ -31,7 +31,7 @@ mkdir matomo && cd matomo wget https://raw.githubusercontent.com/matomo-org/docker/master/.examples/apache/docker-compose.yml -O compose.yml ``` -Open the `compose.yml` in your favourite editor and have a gander 🦢. There are a few things we're looking for -- full list to come -- but some immediate changes could be: +Open the `compose.yml` in your favourite editor and have a gander 🦢. There are a few things we're looking for -- full list to come -- but some immediate changes could be: 1. Let's bump the version to `3.8`, to make sure we can use all the latest swarm coolness 2. We load environment variables separately via [abra](/overview/#command-line-tool), so we'll strip out `env_file`.