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

Conflicting ports on pongo up --expose #307

Closed
iwaffles opened this issue Aug 18, 2022 · 4 comments · May be fixed by #455
Closed

Conflicting ports on pongo up --expose #307

iwaffles opened this issue Aug 18, 2022 · 4 comments · May be fixed by #455

Comments

@iwaffles
Copy link

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.

@Tieske
Copy link
Member

Tieske commented Aug 23, 2022

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.

@Tieske
Copy link
Member

Tieske commented Aug 23, 2022

To adjust Pongo; you could disable this line:

(if you're not using Cassandra)

@Tieske
Copy link
Member

Tieske commented Aug 30, 2022

@iwaffles did that solve your issue?

@iwaffles
Copy link
Author

It did, thanks @Tieske!

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

Successfully merging a pull request may close this issue.

2 participants