Merge pull request #93 from SelfhostedPro/transmission-fix

fixed transmission ports
This commit is contained in:
SelfhostedPro 2020-06-09 12:52:29 -07:00 committed by GitHub
commit e1b7d6a2a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3252,7 +3252,7 @@
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"8080:8080/tcp"
"9091:9091/tcp"
],
"volumes": [
{