From 0cb6922bf00a063e4e4a511f77a7fd6e548fca6f Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Thu, 18 Jan 2018 08:32:28 +0100 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 179dedf..2d3be2f 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,20 @@ A docker image for [PeerTube](https://github.com/Chocobozzz/PeerTube/) the feder - Based on a Debian Jessie (slim image base of 80MB) #### Build-time variables -- **PEERTUBE_VER** : version of PeerTube. (upcoming, not yet supported) +- **PEERTUBE_VER** : version of PeerTube. #### Environment variables -- **GID** : isso group id *(default : 991)* -- **UID** : isso user id *(default : 991)* +- **GID** : peertube group id *(default : 991)* +- **UID** : peertube user id *(default : 991)* #### Volumes -- **/PeerTube** : location of certs, assets, torrents and logs. +- **/PeerTube/avatars** : location of users avatars. +- **/PeerTube/certs** : location of certs. +- **/PeerTube/videos** : location of videos. +- **/PeerTube/logs** : location of logs. +- **/PeerTube/previews** : location of video preview image. +- **/PeerTube/thumbnails** : location of thumbnails. +- **/PeerTube/torrents** : location of torrents. #### Example of simple configuration