Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Endpoint ports and default port 80 usage #60

Closed
kfrohwein opened this issue Jan 3, 2020 · 3 comments
Closed

Endpoint ports and default port 80 usage #60

kfrohwein opened this issue Jan 3, 2020 · 3 comments

Comments

@kfrohwein
Copy link

80 => 80,

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

@tvaleriy
Copy link
Contributor

tvaleriy commented Jan 3, 2020

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!

I will notify here when it's fixed.

Best,
Spryker Support Team

@kfrohwein
Copy link
Author

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...

@tvaleriy
Copy link
Contributor

Hi @kfrohwein,

this should have been fixed here - https://github.com/spryker/docker-sdk/releases/tag/1.6.1.
But also there is newer version already.

Best,
Spryker Support Team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants