-
Notifications
You must be signed in to change notification settings - Fork 57
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
Conflicting ports on pongo up --expose #307
Comments
port 7000 is a default port used by Cassandra. At some point Apple started using it for Apple airplay. Here's some info to get around it: cookiecutter/cookiecutter-django#3499 (comment) We cannot make breaking changes now. In a couple of months we might. Escpecially since Cassandra support is being deprecated in Kong 3 we should be able to make some changes then. |
To adjust Pongo; you could disable this line: kong-pongo/assets/docker-compose.yml Line 23 in d10eb09
|
@iwaffles did that solve your issue? |
It did, thanks @Tieske! |
Hi there!
Trying to run
pongo up --expose
and it seems that since port 7000 is already in use, it fails. I believe this port is already in use on macOS.Is there a supported method of getting around this so I can still expose the ports? Perhaps a flag or something to configure them? I took a look at the source but didn't spot anything.
The text was updated successfully, but these errors were encountered: