Skip to content

Commit

Permalink
fix: correct backend source port in demo configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiong Lin (柏子仁) committed Oct 24, 2023
1 parent 5c2374e commit db447c3
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 db447c3

Please sign in to comment.