Skip to content

Commit 08f8eb7

Browse files
committed
FIX: IP
1 parent b7445c7 commit 08f8eb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async fn main() -> std::io::Result<()> {
3030
.app_data(web::Data::new(docker.clone()))
3131
.route("/containers", web::get().to(list_containers))
3232
})
33-
.bind("127.0.0.1:8181")?
33+
.bind("0.0.0.0:8181")?
3434
.run()
3535
.await
3636
}

0 commit comments

Comments
 (0)