rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
109 stars 23 forks source link

Containers are initiated without prior port verification. #77

Closed Xieyt closed 9 months ago

Xieyt commented 9 months ago

Bug Description

The containers are initiated without prior port verification.

Steps to Reproduce

  1. Occupy any of the specified ports (9000, 443, or 80) that fm requires.
  2. Execute the fm start <sitename> command.

Expected Outcome

fm should refrain from initiating containers and prompt users to release the occupied ports before proceeding.

Xieyt commented 9 months ago

The previous implementation was not working. This is fixed in #76.