Update port

This commit is contained in:
2020-03-27 08:21:13 +11:00
parent 2e39c9ed78
commit 4fb030243d
+3 -3
View File
@@ -130,8 +130,8 @@ services:
- /mnt/sabnzbd:/config
- /mnt/downloads:/downloads
# - path to incomplete downloads:/incomplete-downloads #optional
ports:
- 8003:8080
#ports:
#- 8003:8080
# - 9090:9090
restart: unless-stopped
mem_limit: 1024m
@@ -146,5 +146,5 @@ services:
- sabnzbd
ports:
- 8003:8003/tcp
command: tcp-listen:8003,fork,reuseaddr tcp-connect:pia:8003
command: tcp-listen:8003,fork,reuseaddr tcp-connect:pia:8080
restart: unless-stopped