arr/docker-compose.yml aktualisiert

This commit is contained in:
sujiba 2024-02-22 21:57:28 +00:00
parent 2839374d24
commit 707f163e15

View file

@ -13,7 +13,7 @@ services:
- ./volumes/sabnzbd/config:/config
- /opt/nvme/arr/usenet:/data/usenet
ports:
- 28080:8080
- 127.0.0.1:28080:8080
restart: unless-stopped
### Library Manager - Music
@ -29,7 +29,7 @@ services:
- ./volumes/lidarr/config:/config
- /opt/nvme/arr:/data
ports:
- 28686:8686
- 127.0.0.1:28686:8686
restart: unless-stopped
### Library Manager - Movies
@ -45,7 +45,7 @@ services:
- ./volumes/radarr/config:/config
- /opt/nvme/arr:/data
ports:
- 27878:7878
- 127.0.0.1:27878:7878
restart: unless-stopped
### Libarary Manager - TV Shows
@ -61,7 +61,7 @@ services:
- ./volumes/sonarr/config:/config
- /opt/nvme/arr:/data
ports:
- 28989:8989
- 127.0.0.1:28989:8989
restart: unless-stopped
### Index and Search Management
@ -76,7 +76,7 @@ services:
volumes:
- ./volumes/prowlarr/config:/config
ports:
- 29696:9696
- 127.0.0.1:29696:9696
restart: unless-stopped
### Content Request Management
@ -90,5 +90,5 @@ services:
volumes:
- ./volumes/jellyseerr/config:/app/config
ports:
- 25055:5055
- 127.0.0.1:25055:5055
restart: unless-stopped