Merge pull request #548 from s1nc3ju1y/fix-jupyter-port-env

Pass JUPYTER_PORT into mythic_jupyter container
This commit is contained in:
Cody Thomas
2026-04-28 13:58:22 -05:00
committed by GitHub
@@ -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")