-
Notifications
You must be signed in to change notification settings - Fork 2
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
[BUG] Aquarium-local has port issue #2
Comments
I've moved this to This error happens b/c you have something running that is using port 80 on your machine. In this second case, the best we can do is make it easier for you to change which port @ruobinLiu can you confirm whether you have a different service running? |
I've confirmed that Docker is using port 80 because I followed a tutorial on how to use Docker before I tried aquarium. |
I've tried aquarium with port 80, I have to say I like aquarium and would be very likely to use it for my project! But it would be very helpful to have aquarium switched to port 81 in a long term. I wonder if you could please help me with that? Thank you! |
The aquarium.sh script manages a
As is, the script will not change values set in the |
Describe the bug
Aquarium-local has port issue: bind for 0.0.0.80 failed as the port 80 is already allocated.
To Reproduce
I followed the instruction to install the aquarium from https://aquariumbio.github.io/aquarium-local/, and
./aquarium.sh up
gives me the error.
Expected behavior
I would expect to install it without any error.
Screenshots

If applicable, add screenshots to help explain your problem.
Computer/Device (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: