Browse Source

Server listening on the outside on a constant port

static
Maxime Wack 6 years ago
parent
commit
a62824eab5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app.R

+ 1
- 1
app.R View File

@@ -228,4 +228,4 @@ server <- shinyServer(function(input, output, session)
)
})

shinyApp(ui, server)
shinyApp(ui, server, options = list(host = "0.0.0.0", port = 4377))

Loading…
Cancel
Save