Skip to content

Commit

Permalink
#581 docker stac-fastapi proxy fic
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman committed Sep 11, 2024
1 parent ccdf762 commit 422735a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ if (process.env.WITH_STAC === "true") {
app.use(
"/stac",
createProxyMiddleware({
target: `http://${isDocker ? "stac" : "localhost"}${
target: `http://${isDocker ? "stac-fastapi" : "localhost"}${
process.env.STAC_PORT || 8881
}`,
changeOrigin: true,
Expand Down

0 comments on commit 422735a

Please sign in to comment.