You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
# To ensure that your are running a dapr placement container with the right binding port.# (50005 as HostPort)
- name: placementimage: daprio/daprargs: ./placementbindings:
- port: 50005
The PR at #767 aims to simplify this by allowing you to do something like
As referenced in #763
When running Dapr in Windows (with WSL2 backend) the Dapr placement container runs on 6050 port on the host. So it requires we do something like this in
Tye.yaml
(Example https://github.com/dotnet/tye/blob/master/samples/dapr/tye.yaml)The PR at #767 aims to simplify this by allowing you to do something like
The text was updated successfully, but these errors were encountered: