diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-07 18:39:42 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-07 18:41:10 +0200 |
commit | fd5e57bbe2accbdb16b6aa65337c5ef44b5bd8fb (patch) | |
tree | 7865c16ce0f4be446d0e54174ef5c210917c7f46 /support/doc | |
parent | d9c1882dd050f4a867a4bbfc3667424e41694ae1 (diff) | |
download | PeerTube-fd5e57bbe2accbdb16b6aa65337c5ef44b5bd8fb.tar.gz PeerTube-fd5e57bbe2accbdb16b6aa65337c5ef44b5bd8fb.tar.zst PeerTube-fd5e57bbe2accbdb16b6aa65337c5ef44b5bd8fb.zip |
Docker config directory as volume
Diffstat (limited to 'support/doc')
-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 093d7124e..ae2b0f9c0 100644 --- a/support/doc/docker.md +++ b/support/doc/docker.md | |||
@@ -30,7 +30,7 @@ you can use the regular `up` command to set it up, with possible overrides of | |||
30 | the environment variables: | 30 | the environment variables: |
31 | 31 | ||
32 | ```bash | 32 | ```bash |
33 | $ PEERTUBE_HOSTNAME=peertube.lvh.me \ | 33 | $ PEERTUBE_WEBSERVER_HOSTNAME=peertube.lvh.me \ |
34 | PEERTUBE_ADMIN_EMAIL=test@example.com \ | 34 | PEERTUBE_ADMIN_EMAIL=test@example.com \ |
35 | PEERTUBE_TRANSCODING_ENABLED=true \ | 35 | PEERTUBE_TRANSCODING_ENABLED=true \ |
36 | PEERTUBE_SIGNUP_ENABLED=true \ | 36 | PEERTUBE_SIGNUP_ENABLED=true \ |