fix: ip for docker container
This commit is contained in:
parent
8b41d16cf0
commit
a128091575
1 changed files with 1 additions and 1 deletions
|
|
@ -87,5 +87,5 @@ async fn main() {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.map(|reply| warp::reply::with_header(reply, "Content-Type", "application/rss+xml"));
|
.map(|reply| warp::reply::with_header(reply, "Content-Type", "application/rss+xml"));
|
||||||
warp::serve(path).run(([127, 0, 0, 1], 3030)).await;
|
warp::serve(path).run(([0, 0, 0, 0], 3030)).await;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue