All Projects → Auska → docker-rrshareweb

Auska / docker-rrshareweb

Licence: GPL-3.0 license
My Blog

Programming Languages

Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-rrshareweb

rrshare docker
人人影视docker版,带h5ai视频播放,比一键脚本好用
Stars: ✭ 43 (+48.28%)
Mutual labels:  rrshareweb

My Blog

http://blog.auska.win

Usage

docker create --name=rrshareweb \
-v <path to downloads>:/opt/work/rrshareweb/data \
-e PGID=<gid> -e PUID=<uid> \
-e TZ=<timezone> \
--net host \
auska/docker-rrshareweb

User / Group Identifiers

Sometimes when using data volumes (-v flags) permissions issues can arise between the host OS and the container. We avoid this issue by allowing you to specify the user PUID and group PGID. Ensure the data volume directory on the host is owned by the same user you specify and it will "just work" ™.

In this instance PUID=1001 and PGID=1001. To find yours use id user as below:

  $ id <dockeruser>
    uid=1001(dockeruser) gid=1001(dockergroup) groups=1001(dockergroup)

Versions

  • 0.1.1: Rebase to alpine linux 3.8.
  • 0.1.2: Update 2019.
  • 2.2.0: Update 2.20.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].