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
This will always bind the frondend container to port 80 which is not desirable. If I remove the default setting from the array everything goes as I desire. So I suggest to remove that entry to the array.
And it feels real strange to add all endpoints like "endpoint:80". In this case I mean the usage of double quotes around the yml keys. I would suggest to change this to a standard yml setting just below the endpoint name like
endpoint:
port: 8080
The text was updated successfully, but these errors were encountered:
Hi Karsten,
thank you for reporting this. This is known already and should be fixed relatively soon.
I want to ask you to report such an issues (not related to documentation but everything else) here - https://support.spryker.com/hc/en-us/requests/new. Thanks!
Sorry but I won't report any issues in that mess of a form. If I want to support you in a community manner then do it in a community manner. I will only post there if it is directly work related and do this as your licence paying industry partner...
docker-sdk/generator/index.php
Line 218 in ec491a7
This will always bind the frondend container to port 80 which is not desirable. If I remove the default setting from the array everything goes as I desire. So I suggest to remove that entry to the array.
And it feels real strange to add all endpoints like "endpoint:80". In this case I mean the usage of double quotes around the yml keys. I would suggest to change this to a standard yml setting just below the endpoint name like
endpoint:
port: 8080
The text was updated successfully, but these errors were encountered: