StackDL - Erreur Typo qBit #110

Merged
Ghost merged 3 commits from evo-stackdl-erreur-typo-qbit into master 2021-08-23 16:59:42 +02:00
2 changed files with 5 additions and 5 deletions

View File

@ -108,7 +108,7 @@ services:
volumes:
- ${RACINE}/sonarr/config:/config
- ${RACINE}/rutorrent/downloads:/downloads/rutorrent
- ${RACINE}/qbittorent/downloads:/downloads/qbittorrent
- ${RACINE}/qbittorrent/downloads:/downloads/qbittorrent
restart: unless-stopped
radarr:
@ -127,7 +127,7 @@ services:
volumes:
- ${RACINE}/radarr/config:/config
- ${RACINE}/rutorrent/downloads:/downloads/rutorrent
- ${RACINE}/qbittorent/downloads:/downloads/qbittorrent
- ${RACINE}/qbittorrent/downloads:/downloads/qbittorrent
restart: unless-stopped
jackett:
@ -146,7 +146,7 @@ services:
volumes:
- ${RACINE}/jackett/config:/config
- ${RACINE}/jackett/downloads:/downloads/rutorrent
- ${RACINE}/qbittorent/downloads:/downloads/qbittorrent
- ${RACINE}/qbittorrent/downloads:/downloads/qbittorrent
restart: unless-stopped
flaresolverr:
@ -196,7 +196,7 @@ services:
volumes:
- ${RACINE}/lidarr/config:/config
- ${RACINE}/rutorrent/downloads:/downloads/rutorrent
- ${RACINE}/qbittorent/downloads:/downloads/qbittorrent
- ${RACINE}/qbittorrent/downloads:/downloads/qbittorrent
- ${RACINE}/lidarr/music:/music
restart: unless-stopped

View File

@ -84,7 +84,7 @@ Exemple : Si votre dossier "docker" ce trouve dans /volume1, alors la commande s
- Maintenant que nous sommes dans le bon dossier, nous allons executer la commande suivante pour créer d'un coup, toute l'architecture nécessaire :
`mkdir -p downloads-vpn/vpn/{config,scripts} downloads-vpn/rutorrent/{data,passwd,downloads} downloads-vpn/qbitorrent/{config,downloads} downloads-vpn/prowlarr/config downloads-vpn/sonarr/config downloads-vpn/radarr/config downloads-vpn/jackett/config downloads-vpn/lidarr/{config,music}`
`mkdir -p downloads-vpn/vpn/{config,scripts} downloads-vpn/rutorrent/{data,passwd,downloads} downloads-vpn/qbittorrent/{config,downloads} downloads-vpn/prowlarr/config downloads-vpn/sonarr/config downloads-vpn/radarr/config downloads-vpn/jackett/config downloads-vpn/lidarr/{config,music}`
### 1.b. Modifications des .env
- Récupérer sur votre machine les fichiers [.env](https://gitea.zoz-serv.org/Zoz/plex_fr_discord_repo/raw/branch/evo-stackdl/docker-compose/openvpn-rutorrent-prowlarr-jackett-flaresolver-radarr-sonarr/.env), [TUN.sh](https://gitea.zoz-serv.org/Zoz/plex_fr_discord_repo/raw/branch/evo-stackdl/docker-compose/openvpn-rutorrent-prowlarr-jackett-flaresolver-radarr-sonarr/TUN.sh), [docker-compose.yml](https://gitea.zoz-serv.org/Zoz/plex_fr_discord_repo/raw/branch/evo-stackdl/docker-compose/openvpn-rutorrent-prowlarr-jackett-flaresolver-radarr-sonarr/docker-compose.yml) et [rtorrent-rutorrent.env](https://gitea.zoz-serv.org/Zoz/plex_fr_discord_repo/raw/branch/evo-stackdl/docker-compose/openvpn-rutorrent-prowlarr-jackett-flaresolver-radarr-sonarr/rtorrent-rutorrent.env).