mirror of
https://github.com/its-a-feature/Mythic
synced 2026-06-08 14:55:38 +00:00
Pass JUPYTER_PORT into mythic_jupyter container
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user