diff --git a/src/main/resources/conf/application.properties b/src/main/resources/conf/application.properties index 7a1d78d..36fc211 100644 --- a/src/main/resources/conf/application.properties +++ b/src/main/resources/conf/application.properties @@ -4,7 +4,7 @@ server.port = 8338 # Control the network ip address Pippo binds # Specify 0.0.0.0 for all available interfaces -server.host = localhost +server.host = 0.0.0.0 # Specify the context path of the application server.contextPath = / \ No newline at end of file