Mettre à jour 'README.md'

This commit is contained in:
Dryusdan 2018-01-18 08:32:28 +01:00
parent 30e7ee849a
commit 0cb6922bf0
1 changed files with 10 additions and 4 deletions

View File

@ -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) - Based on a Debian Jessie (slim image base of 80MB)
#### Build-time variables #### Build-time variables
- **PEERTUBE_VER** : version of PeerTube. (upcoming, not yet supported) - **PEERTUBE_VER** : version of PeerTube.
#### Environment variables #### Environment variables
- **GID** : isso group id *(default : 991)* - **GID** : peertube group id *(default : 991)*
- **UID** : isso user id *(default : 991)* - **UID** : peertube user id *(default : 991)*
#### Volumes #### 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 #### Example of simple configuration