forked from toolshed/docs.coopcloud.tech
		
	Update 'docs/recipe-maintainer-guide.md'
command wording was changed some time ago
This commit is contained in:
		| @ -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: | First, let's create a directory with the files we need: | ||||||
|  |  | ||||||
| ``` | ``` | ||||||
| abra recipe create matomo | abra recipe new matomo | ||||||
| cd ~/.abra/apps/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 | 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 | 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`. | 2. We load environment variables separately via [abra](/overview/#command-line-tool), so we'll strip out `env_file`. | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user