diff options
author | Josh Morel <morel.josh@hotmail.com> | 2018-06-27 18:13:14 -0400 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-28 14:23:49 +0200 |
commit | 52be30763fcab12b52d6a52d2c48b3caabb7e9f1 (patch) | |
tree | a98f0f0f1ba8a4a06e40e0fe8a830314190425db /support | |
parent | 78f912ed5733028ec2bf10c06c19f75b07943be2 (diff) | |
download | PeerTube-52be30763fcab12b52d6a52d2c48b3caabb7e9f1.tar.gz PeerTube-52be30763fcab12b52d6a52d2c48b3caabb7e9f1.tar.zst PeerTube-52be30763fcab12b52d6a52d2c48b3caabb7e9f1.zip |
fix docker-compose extension typo
was `yaml` changed to `yml`
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/docker.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/docker.md b/support/doc/docker.md index 1485e7e85..ddf4ad25d 100644 --- a/support/doc/docker.md +++ b/support/doc/docker.md | |||
@@ -29,7 +29,7 @@ $ vim ./docker-volume/traefik/traefik.toml | |||
29 | Tweak the `docker-compose.yml` file there according to your needs: | 29 | Tweak the `docker-compose.yml` file there according to your needs: |
30 | 30 | ||
31 | ```shell | 31 | ```shell |
32 | $ vim ./docker-compose.yaml | 32 | $ vim ./docker-compose.yml |
33 | ``` | 33 | ``` |
34 | 34 | ||
35 | Then tweak the `.env` file to change the enviromnent variables: | 35 | Then tweak the `.env` file to change the enviromnent variables: |