Pass JUPYTER_PORT into mythic_jupyter container

This commit is contained in:
s1nc3ju1y
2026-04-28 19:25:33 +08:00
parent 6eb53da6b5
commit 071abeaf74
@@ -615,6 +615,7 @@ func AddMythicService(service string, removeVolume bool) {
"JUPYTER_TOKEN=${JUPYTER_TOKEN}",
"CHOWN_EXTRA=/projects",
"CHOWN_EXTRA_OPTS=-R",
"JUPYTER_PORT=${JUPYTER_PORT}",
}
} else {
delete(pStruct, "ports")