Skip to content

Conversation

Niyasp
Copy link

@Niyasp Niyasp commented Aug 12, 2025

getting port conflict on my system

Copy link

what-the-diff bot commented Aug 12, 2025

PR Summary

  • Rearranged Port Allocation for app Service
    The mapping for the application service been updated, which effectively changes the route through which the service communicates. The old route was "80:8000", and it has been altered to "8081:8005". This does not affect the SSL encrypted connections because "443:8443" stays the same.

  • Changed Port Mapping for db Service
    The port mapping for the database service has also been revised. Previously operating through "3306:3306", the service will now use "3307:3306". The adjustment helps to improve efficiency and to avoid potential clashes with other services.

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Aug 12, 2025
@markshust
Copy link
Owner

This PR is not safe to merge. The default ports are what is required for this project. We may update this in the future to support multiple sites running at once, but that will require a much more involved PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XS This PR changes 0-9 lines, ignoring generated files. wontmerge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants