1
0
Fork 0

Stop docker containers before upgrading

This commit is contained in:
Chocobozzz 2018-05-28 11:39:09 +02:00
parent fc73684ada
commit 9007daff82
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 1 deletions

View File

@ -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
```