Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Commit

Permalink
Added UMASK to Dockerfile and README
Browse files Browse the repository at this point in the history
  • Loading branch information
n3mur1t0r committed May 1, 2017
1 parent 8df406e commit a7b3f46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions deluge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,10 @@ LABEL org.freenas.interactive="false"
\"env\": \"PUID\", \
\"descr\": \"UserID\", \
\"optional\": true \
}, \
{ \
\"env\": \"UMASK_SET\", \
\"descr\": \"UMASK, default 022\", \
\"optional\": true \
} \
]"
5 changes: 3 additions & 2 deletions deluge/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[appurl]: http://deluge-torrent.org/
[![deluge](https://avatars2.githubusercontent.com/u/6733935?v=3&s=200)][appurl]
Deluge is a lightweight, Free Software, cross-platform BitTorrent client.
[Deluge][appurl] is a lightweight, Free Software, cross-platform BitTorrent client.

* Full Encryption
* WebUI
* Plugin System
* Much more...

[![deluge](https://avatars2.githubusercontent.com/u/6733935?v=3&s=200)][appurl]

## Usage

Expand All @@ -20,6 +20,7 @@ Deluge is a lightweight, Free Software, cross-platform BitTorrent client.
* `PUID=<uid>` See below for explanation
* `PGID=<gid>` See below for explanation
* `TZ=<timezone>` e.g. Europe/London
* `UMASK_SET=<umask>` for umask setting of Deluge, *optional*, default if left unset is 022.

### Ports:
* 8112:8112
Expand Down

0 comments on commit a7b3f46

Please sign in to comment.