aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorClaude <longneck@scratchbook.ch>2019-10-28 19:18:31 +0100
committerChocobozzz <chocobozzz@cpy.re>2019-10-29 08:08:23 +0100
commit14a767eda539b6d8b0f7d08818b9c7ca323ffd71 (patch)
tree42ada1a22d731a03d142efc617d914e80a248eb5
parentea1689e11c4105567d5ccc1542494fad99c7aebc (diff)
downloadPeerTube-14a767eda539b6d8b0f7d08818b9c7ca323ffd71.tar.gz
PeerTube-14a767eda539b6d8b0f7d08818b9c7ca323ffd71.tar.zst
PeerTube-14a767eda539b6d8b0f7d08818b9c7ca323ffd71.zip
fixed a typo in docker.md
-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 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
38Then tweak the `.env` file to change the enviromnent variables: 38Then tweak the `.env` file to change the environment variables:
39 39
40```shell 40```shell
41$ vim ./.env 41$ vim ./.env