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

Port conflict #199

Open
nelsonblaha opened this issue Sep 9, 2019 · 3 comments
Open

Port conflict #199

nelsonblaha opened this issue Sep 9, 2019 · 3 comments

Comments

@nelsonblaha
Copy link

No matter what port I choose in place of 6984, docker-compose can't finish:


ERROR: for 8cd3635f2118_downloads_opennote_1  Cannot start service opennote: driver failed programming external connectivity on endpoint downloads_opennote_1 (e5934c6720a478f0331b87a6c6fa0c09527fe968b0a755d2226ea2ef12cb24c5): Bind for 0.0.0.0:46984 failed: port is already allocated

ERROR: for opennote  Cannot start service opennote: driver failed programming external connectivity on endpoint downloads_opennote_1 (e5934c6720a478f0331b87a6c6fa0c09527fe968b0a755d2226ea2ef12cb24c5): Bind for 0.0.0.0:46984 failed: port is already allocated
ERROR: Encountered errors while bringing up the project.

I'm using various ports on the left(host) side and leaving the values as they are on the container side.

@FoxUSA
Copy link
Owner

FoxUSA commented Nov 2, 2019

See what is using that port sudo netstat -ltnp | grep -w ': 46984'

@paulbono
Copy link

paulbono commented Sep 9, 2020

I'm seeiung this issue as well using the stock docker-compose.yml (described here https://github.com/FoxUSA/OpenNote/blob/master/docs/Install.md)
netstat returns empty

@paulbono
Copy link

paulbono commented Sep 9, 2020

@nelsonblaha to get around this I commented out the duplicate port line in the opennote container portion
# - 6984:6984

Not sure if it's needed but I have a running copy of the server so I don't think it is.

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

No branches or pull requests

3 participants