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 is already allocated #2874

Open
2 tasks done
linliyuan opened this issue Dec 12, 2024 · 4 comments
Open
2 tasks done

port is already allocated #2874

linliyuan opened this issue Dec 12, 2024 · 4 comments
Labels
question This is more a question for the support than an issue.

Comments

@linliyuan
Copy link

Describe the issue

I just want to deploy and use it, but the Docker image keeps getting stuck at "port is already allocated". Is there a quick way to adjust it to use another port? The error occurs directly, which is quite a high barrier for new users.

I already tried

  • I've read and searched the documentation.
  • I've searched for similar filed issues in this repository.

Steps to reproduce the behavior

https://docs.weblate.org/en/latest/admin/install/docker.html

Expected behavior

No response

Screenshots

image

Exception traceback

No response

Additional context

No response

@nijel
Copy link
Member

nijel commented Dec 12, 2024

Yes, just edit the docker-compose.yml

@nijel nijel added the question This is more a question for the support than an issue. label Dec 12, 2024
Copy link

This issue has been marked as a question by a Weblate team member. Why? Because it belongs more to the professional Weblate Care or community Discussions than here. We strive to answer these reasonably fast here, too, but purchasing the support subscription is more responsible and faster for your business. And it makes Weblate stronger as well. Thanks!

In case your question is already answered, making a donation is the right way to say thank you!

@linliyuan
Copy link
Author

Yes, just edit the docker-compose.yml

Is it sufficient to change?
ports:

  • 80:8080
    to
    ports:
  • 8080:8080

@nijel
Copy link
Member

nijel commented Dec 13, 2024

Can you please have just one issue for the topic? As already answered at WeblateOrg/weblate#13267 (comment):

You will need to include the port in https://docs.weblate.org/en/latest/admin/install/docker.html#envvar-WEBLATE_SITE_DOMAIN if using a non-standard one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question This is more a question for the support than an issue.
Projects
None yet
Development

No branches or pull requests

2 participants