Skip to content

Commit 6a49ecb

Browse files
committed
FIX: API Port
1 parent fc901c8 commit 6a49ecb

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
@@ -20,7 +20,7 @@ async fn main() -> std::io::Result<()> {
2020
.app_data(web::Data::new(docker.clone()))
2121
.route("/containers", web::get().to(list_containers))
2222
})
23-
.bind("127.0.0.1:8001")?
23+
.bind("127.0.0.1:8181")?
2424
.run()
2525
.await
2626
}

0 commit comments

Comments
 (0)