1
0
Fork 0

Various improvements for docker-compose

This commit is contained in:
Felix Ableitner 2018-11-21 15:35:26 +01:00 committed by Chocobozzz
parent 0f49023061
commit fef13f1480
4 changed files with 18 additions and 4 deletions

View file

@ -63,7 +63,6 @@ Pull the latest images and rerun PeerTube:
```shell
$ cd /your/peertube/directory
$ docker-compose down
$ docker-compose pull
$ docker-compose up -d
```