mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-12-04 18:51:32 +00:00
Bind challenge container port to localhost only
This commit is contained in:
parent
990991217d
commit
5e9fc16cac
@ -44,9 +44,9 @@ challenge::run() {
|
|||||||
mount_volumes="${mount_baseimage:-} ${mount_challenge}"
|
mount_volumes="${mount_baseimage:-} ${mount_challenge}"
|
||||||
fi
|
fi
|
||||||
popd
|
popd
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-p ${CHALLENGE_PORT}:${CHALLENGE_PORT} \
|
-p 127.0.0.1:${CHALLENGE_PORT}:${CHALLENGE_PORT} \
|
||||||
${mount_volumes:-} \
|
${mount_volumes:-} \
|
||||||
${@:-} \
|
${@:-} \
|
||||||
-e AVATAO_SECRET="${AVATAO_SECRET}" ${IMAGE_NAME}
|
-e AVATAO_SECRET="${AVATAO_SECRET}" ${IMAGE_NAME}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user