aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--support/doc/docker.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/support/doc/docker.md b/support/doc/docker.md
index 410db1136..7f3311827 100644
--- a/support/doc/docker.md
+++ b/support/doc/docker.md
@@ -51,8 +51,10 @@ program output, so check out your logs to find them.
51Pull the latest images and rerun PeerTube: 51Pull the latest images and rerun PeerTube:
52 52
53``` 53```
54$ cd /your/peertube/directory
55$ docker-compose down
54$ docker-compose pull 56$ docker-compose pull
55$ PEERTUBE_WEBSERVER_HOSTNAME="domain.tld" docker-compose up 57$ PEERTUBE_WEBSERVER_HOSTNAME="domain.tld" docker-compose up -d
56``` 58```
57 59
58 60