Added checks for port 80 and 443 #1113

Closed
opened 2026-04-05 18:19:18 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @aclfe on 8/5/2025

In my issue #1203, I noticed there was a problem when ports 80 and 443 were already in use. This caused the docker containers to be created but not running

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

Just made the script halt at the beginning if it sees that different ports are occupied

How to test?

Run the installer

Fixes #1203

*Originally created by @aclfe on 8/5/2025* In my issue #1203, I noticed there was a problem when ports 80 and 443 were already in use. This caused the docker containers to be created but not running ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description Just made the script halt at the beginning if it sees that different ports are occupied ## How to test? Run the installer Fixes #1203
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1113