@@ -6,6 +6,9 @@ services:
|
||||
build: https://github.com/PCJones/UmlautAdaptarr.git#master
|
||||
image: umlautadaptarr
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5005:5005" # can be removed if you use the recommended prowlarr+proxy configuration
|
||||
- "5006:5006" # can be removed if you use the alternative, non-proxy configuration
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
- SONARR__ENABLED=false
|
||||
@@ -24,4 +27,4 @@ services:
|
||||
#- Proxy__Address: http://yourproxyaddress:port
|
||||
#- Proxy__Username: your_proxy_username
|
||||
#- Proxy__Password: your_proxy_password
|
||||
#- Proxy__BypassOnLocal: true (set to false to not bypass local IP addresses)
|
||||
#- Proxy__BypassOnLocal: true (set to false to not bypass local IP addresses)
|
||||
|
||||
Reference in New Issue
Block a user