From ffcc8fddcdca49ffa60e4761d9d2e219d8014a95 Mon Sep 17 00:00:00 2001 From: Jonas F Date: Wed, 24 Apr 2024 15:21:12 +0200 Subject: [PATCH 1/2] Add port mapping --- docker-compose.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 71f32d4..7939e87 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 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) \ No newline at end of file + #- Proxy__BypassOnLocal: true (set to false to not bypass local IP addresses) From 176b0a74a6ba230e28ffae04ff14046a37ca5e33 Mon Sep 17 00:00:00 2001 From: Jonas F Date: Wed, 24 Apr 2024 15:24:14 +0200 Subject: [PATCH 2/2] Update port mapping comment --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7939e87..3a12ed0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,7 @@ services: image: umlautadaptarr restart: unless-stopped ports: - - "5005:5005" # can be removed if you use the recommended proxy configuration + - "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