Revert "Merge pull request 'Python' (#81) from Python into master"
This reverts commit7908c218fa
, reversing changes made to1c57928338
.
This commit is contained in:
parent
7908c218fa
commit
11582415bd
84 changed files with 5297 additions and 573 deletions
26
docker-compose/qbitorrent/docker-compose.yml
Executable file
26
docker-compose/qbitorrent/docker-compose.yml
Executable file
|
@ -0,0 +1,26 @@
|
|||
## Discord Plex FR : https://discord.gg/ERpYMqS
|
||||
## Version 2021-03-03
|
||||
version: '3.3'
|
||||
services:
|
||||
linuxserver:
|
||||
container_name: qbittorrent
|
||||
environment:
|
||||
- PUID=1000 # Utiliser la commande (en SSH) : id NOM_UTILISATEUR
|
||||
- PGID=1000 # Utiliser la commande (en SSH) : id NOM_UTILISATEUR
|
||||
- TZ=Europe/Paris
|
||||
- UMASK_SET=022
|
||||
- WEBUI_PORT=8181 # Web interface
|
||||
ports:
|
||||
- '6881:6881'
|
||||
- '6881:6881/udp'
|
||||
- '8181:8181' # WebUI
|
||||
volumes:
|
||||
- '/volume1/docker/qbitorrent/config:/config'
|
||||
- '/volume1/docker/share:/share' # Repertoire d'enregistrement
|
||||
restart: unless-stopped
|
||||
# Decommenter les 2 lignes suivantes pour que watchtower surveille ce conteneur
|
||||
# labels:
|
||||
# - com.centurylinklabs.watchtower.enable=true
|
||||
image: ghcr.io/linuxserver/qbittorrent
|
||||
# Network conseillé de ne pas utiliser host (pas de redirection de port) ni default_bridge car limité a 16 ip
|
||||
network_mode: qbitorrent_network
|
Loading…
Add table
Add a link
Reference in a new issue