diff --git a/web-container/src/main/resources/config/application.properties b/web-container/src/main/resources/config/application.properties index 927853c..19652e5 100644 --- a/web-container/src/main/resources/config/application.properties +++ b/web-container/src/main/resources/config/application.properties @@ -19,4 +19,5 @@ logging.level.de.nbscloud=DEBUG # (e.g. systemd -> journald) server.servlet.context-path=/nbscloud -server.port=9966 \ No newline at end of file +server.port=9966 +server.address=localhost \ No newline at end of file