Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

AriaNg Docker

Image Docker servant AriaNg (interface web pour aria2) via Nginx sur Alpine.

Utilisation avec Docker Compose

services:
  ariang:
    build:
      context: https://${GITHUB_TOKEN}@github.com/user/repo.git
      args:
        ARIANG_VERSION: ${ARIANG_VERSION:-1.3.13}
    ports:
      - "6880:6880"
    restart: unless-stopped

Variables .env requises :

Variable Description
GITHUB_TOKEN Token GitHub avec accès lecture au repo
ARIANG_VERSION Version d'AriaNg à builder (défaut : 1.3.13)

Mise à jour d'AriaNg

Modifier ARIANG_VERSION dans le Dockerfile puis relancer le build :

docker compose build --no-cache ariang
docker compose up -d ariang

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages