We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc901c8 commit 6a49ecbCopy full SHA for 6a49ecb
1 file changed
src/main.rs
@@ -20,7 +20,7 @@ async fn main() -> std::io::Result<()> {
20
.app_data(web::Data::new(docker.clone()))
21
.route("/containers", web::get().to(list_containers))
22
})
23
- .bind("127.0.0.1:8001")?
+ .bind("127.0.0.1:8181")?
24
.run()
25
.await
26
}
0 commit comments