Add port mapping
This commit is contained in:
@@ -6,6 +6,9 @@ services:
|
|||||||
build: https://github.com/PCJones/UmlautAdaptarr.git#master
|
build: https://github.com/PCJones/UmlautAdaptarr.git#master
|
||||||
image: umlautadaptarr
|
image: umlautadaptarr
|
||||||
restart: unless-stopped
|
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:
|
environment:
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
- SONARR__ENABLED=false
|
- SONARR__ENABLED=false
|
||||||
|
|||||||
Reference in New Issue
Block a user