fix docker-compose extension typo

was `yaml` changed to `yml`
This commit is contained in:
Josh Morel 2018-06-27 18:13:14 -04:00 committed by Chocobozzz
parent 78f912ed57
commit 52be30763f
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ $ vim ./docker-volume/traefik/traefik.toml
Tweak the `docker-compose.yml` file there according to your needs:
```shell
$ vim ./docker-compose.yaml
$ vim ./docker-compose.yml
```
Then tweak the `.env` file to change the enviromnent variables: