diff options
author | Claude <longneck@scratchbook.ch> | 2019-10-28 19:18:31 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-10-29 08:08:23 +0100 |
commit | 14a767eda539b6d8b0f7d08818b9c7ca323ffd71 (patch) | |
tree | 42ada1a22d731a03d142efc617d914e80a248eb5 /support/doc/docker.md | |
parent | ea1689e11c4105567d5ccc1542494fad99c7aebc (diff) | |
download | PeerTube-14a767eda539b6d8b0f7d08818b9c7ca323ffd71.tar.gz PeerTube-14a767eda539b6d8b0f7d08818b9c7ca323ffd71.tar.zst PeerTube-14a767eda539b6d8b0f7d08818b9c7ca323ffd71.zip |
fixed a typo in docker.md
Diffstat (limited to 'support/doc/docker.md')
-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 39283be85..7ee6d65fe 100644 --- a/support/doc/docker.md +++ b/support/doc/docker.md | |||
@@ -35,7 +35,7 @@ Tweak the `docker-compose.yml` file there according to your needs: | |||
35 | $ vim ./docker-compose.yml | 35 | $ vim ./docker-compose.yml |
36 | ``` | 36 | ``` |
37 | 37 | ||
38 | Then tweak the `.env` file to change the enviromnent variables: | 38 | Then tweak the `.env` file to change the environment variables: |
39 | 39 | ||
40 | ```shell | 40 | ```shell |
41 | $ vim ./.env | 41 | $ vim ./.env |