From: Josh Morel Date: Wed, 27 Jun 2018 22:13:14 +0000 (-0400) Subject: fix docker-compose extension typo X-Git-Tag: v1.0.0-beta.10.pre.1~126 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=52be30763fcab12b52d6a52d2c48b3caabb7e9f1;p=github%2FChocobozzz%2FPeerTube.git fix docker-compose extension typo was `yaml` changed to `yml` --- 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 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: