Add port mapping

This commit is contained in:
Jonas F
2024-04-24 15:21:12 +02:00
committed by GitHub
parent aa70c91a87
commit ffcc8fddcd

View File

@@ -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