diff --git a/install.sh b/install.sh index d899d143..d1ba06d8 100644 --- a/install.sh +++ b/install.sh @@ -1227,6 +1227,7 @@ install_document_server () { if [ "$RUN_DOCUMENT_SERVER" == "true" ]; then args=(); args+=(--name "$DOCUMENT_CONTAINER_NAME"); + args+=(--expose 8000); if [ "${USE_AS_EXTERNAL_SERVER}" == "true" ]; then args+=(-p 80:80);