Update 'docs/recipe-maintainer-guide.md'
continuous-integration/drone/push Build is passing Details

command wording was changed some time ago
This commit is contained in:
knoflook 2021-11-01 15:04:25 +00:00
parent b8b8596812
commit b21a341f5e
1 changed files with 2 additions and 2 deletions

View File

@ -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`.