aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
diff options
context:
space:
mode:
authorJosh Morel <morel.josh@hotmail.com>2018-06-27 18:13:14 -0400
committerChocobozzz <me@florianbigard.com>2018-06-28 14:23:49 +0200
commit52be30763fcab12b52d6a52d2c48b3caabb7e9f1 (patch)
treea98f0f0f1ba8a4a06e40e0fe8a830314190425db /support/doc
parent78f912ed5733028ec2bf10c06c19f75b07943be2 (diff)
downloadPeerTube-52be30763fcab12b52d6a52d2c48b3caabb7e9f1.tar.gz
PeerTube-52be30763fcab12b52d6a52d2c48b3caabb7e9f1.tar.zst
PeerTube-52be30763fcab12b52d6a52d2c48b3caabb7e9f1.zip
fix docker-compose extension typo
was `yaml` changed to `yml`
Diffstat (limited to 'support/doc')
-rw-r--r--support/doc/docker.md2
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
29Tweak the `docker-compose.yml` file there according to your needs: 29Tweak 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
35Then tweak the `.env` file to change the enviromnent variables: 35Then tweak the `.env` file to change the enviromnent variables: