We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7445c7 commit 08f8eb7Copy full SHA for 08f8eb7
1 file changed
src/main.rs
@@ -30,7 +30,7 @@ async fn main() -> std::io::Result<()> {
30
.app_data(web::Data::new(docker.clone()))
31
.route("/containers", web::get().to(list_containers))
32
})
33
- .bind("127.0.0.1:8181")?
+ .bind("0.0.0.0:8181")?
34
.run()
35
.await
36
}
0 commit comments