fixed transmission ports
This commit is contained in:
parent
15fcacb5ee
commit
4424a5c4e2
1 changed files with 1 additions and 1 deletions
|
@ -3252,7 +3252,7 @@
|
||||||
"platform": "linux",
|
"platform": "linux",
|
||||||
"restart_policy": "unless-stopped",
|
"restart_policy": "unless-stopped",
|
||||||
"ports": [
|
"ports": [
|
||||||
"8080:8080/tcp"
|
"9091:9091/tcp"
|
||||||
],
|
],
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue