Skip to content
Snippets Groups Projects
Unverified Commit 9007daff authored by Chocobozzz's avatar Chocobozzz
Browse files

Stop docker containers before upgrading

parent fc73684a
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment