diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-28 11:39:09 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-28 11:39:09 +0200 |
commit | 9007daff8262bcb539eb5fa74919828f425b5f69 (patch) | |
tree | 25839a02c3ee7f8098a7eae2cdb31a865b9571da /support/doc | |
parent | fc73684adad4fdc6bb8a196bd54ef8ecec4e7391 (diff) | |
download | PeerTube-9007daff8262bcb539eb5fa74919828f425b5f69.tar.gz PeerTube-9007daff8262bcb539eb5fa74919828f425b5f69.tar.zst PeerTube-9007daff8262bcb539eb5fa74919828f425b5f69.zip |
Stop docker containers before upgrading
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/docker.md | 4 |
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. | |||
51 | Pull the latest images and rerun PeerTube: | 51 | Pull 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 | ||