projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc73684
)
Stop docker containers before upgrading
author
Chocobozzz
<me@florianbigard.com>
Mon, 28 May 2018 09:39:09 +0000
(11:39 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Mon, 28 May 2018 09:39:09 +0000
(11:39 +0200)
support/doc/docker.md
patch
|
blob
|
history
diff --git
a/support/doc/docker.md
b/support/doc/docker.md
index 410db11364357c471ea08ad0961ce63d19fceb37..7f331182702e28ea1e932e9bf9bcce96fd9314f9 100644
(file)
--- a/
support/doc/docker.md
+++ b/
support/doc/docker.md
@@
-51,8
+51,10
@@
program output, so check out your logs to find them.
Pull the latest images and rerun PeerTube:
```
+$ cd /your/peertube/directory
+$ docker-compose down
$ docker-compose pull
-$ PEERTUBE_WEBSERVER_HOSTNAME="domain.tld" docker-compose up
+$ PEERTUBE_WEBSERVER_HOSTNAME="domain.tld" docker-compose up
-d
```