Remove sonarrEN service from compose.yaml
Removed sonarrEN service configuration from compose.yaml.
This commit is contained in:
parent
491beeb77c
commit
c39630c4c4
1 changed files with 0 additions and 19 deletions
19
compose.yaml
19
compose.yaml
|
|
@ -78,25 +78,6 @@ services:
|
|||
- data:/data
|
||||
- tdarr:/tdarr
|
||||
|
||||
sonarrEN:
|
||||
container_name: sonarrEN
|
||||
image: ghcr.io/hotio/sonarr:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
- UMASK=022
|
||||
- CONFIG_DIR=/config/sonarrEN
|
||||
networks:
|
||||
- media_network
|
||||
ports:
|
||||
- 8991:8989
|
||||
volumes:
|
||||
- /app-config/arr/:/config
|
||||
- data:/data
|
||||
- tdarr:/tdarr
|
||||
|
||||
|
||||
profilarr:
|
||||
image: santiagosayshey/profilarr:latest # Oder :beta für Early Access
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue