Fix missing Comma

This commit is contained in:
Robert Middleswarth
2021-10-30 21:47:16 -04:00
parent 5b023371b6
commit e3be12312a

View File

@@ -2239,7 +2239,7 @@
"name": "deluge",
"platform": "linux",
"ports": [
"6881:6881/tcp"
"6881:6881/tcp",
"8112:8112/tcp"
],
"restart_policy": "unless-stopped",