fix docker-compose extension typo
was `yaml` changed to `yml`
This commit is contained in:
parent
78f912ed57
commit
52be30763f
|
@ -29,7 +29,7 @@ $ vim ./docker-volume/traefik/traefik.toml
|
||||||
Tweak the `docker-compose.yml` file there according to your needs:
|
Tweak the `docker-compose.yml` file there according to your needs:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ vim ./docker-compose.yaml
|
$ vim ./docker-compose.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
Then tweak the `.env` file to change the enviromnent variables:
|
Then tweak the `.env` file to change the enviromnent variables:
|
||||||
|
|
Loading…
Reference in New Issue