Sign inSign up

mojrapid/pyload-ng

By mojrapid

Updated about 1 year ago

pyload-ng for arm32v7 - linuxserver docker mod (tnx to linuxserver)

Image
Web servers
0

1.3K

mojrapid/pyload-ng repository overview

0.5.0b3.dev91 is the final version for ARM32v7. No future releases will be provided.

USAGE

docker-compose
---
version: "2.1"
services:
  pyload-ng:
    image: mojrapid/pyload-ng:arm32v7-latest
    container_name: pyload-ng
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - /path/to/appdata/config:/config
      - /path/to/downloads:/downloads
    ports:
      - 8000:8000
      - 9666:9666 #optional
    restart: unless-stopped
docker cli
docker run -d \
  --name=pyload-ng \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Etc/UTC \
  -p 8000:8000 \
  -p 9666:9666 `#optional` \
  -v /path/to/appdata/config:/config \
  -v /path/to/downloads:/downloads \
  --restart unless-stopped \
  mojrapid/pyload-ng:arm32v7-latest

Based on linuxserver/pyload-ng

Buy Me a Coffee at ko-fi.com PayPal.me

Tag summary

Content type

Image

Digest

sha256:20257ee83

Size

105.3 MB

Last updated

about 1 year ago

docker pull mojrapid/pyload-ng:arm32v7-latest