Skip to content

Commit

Permalink
fix: correct backend source port in demo configuration (#906)
Browse files Browse the repository at this point in the history
Co-authored-by: Qiong Lin (柏子仁) <[email protected]>
Co-authored-by: Aaron Crawfis <[email protected]>
  • Loading branch information
3 people authored Oct 25, 2023
1 parent 4482d36 commit c4d3992
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource demo 'Applications.Core/containers@2023-10-01-preview' = {
source: mongodb.id
}
backend: {
source: 'http://backend:3000'
source: 'http://backend:80'
}
}
}
Expand Down

0 comments on commit c4d3992

Please sign in to comment.