diff options
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 \ |