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

More clear error reporting iIf port 8080 is blocked #130

Closed
pmiddend opened this issue Jan 24, 2024 · 2 comments
Closed

More clear error reporting iIf port 8080 is blocked #130

pmiddend opened this issue Jan 24, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@pmiddend
Copy link

Took me 20min just now to realize why process-compose simply exited with exit code 1 when I try to run my yaml file: port 8080 is already taken on my machine.

  1. Why does it try to bind to this port? Is this configurable?
  2. I had to find out that the log file is in /etc/process-compose-$(whoami).log and that the error is there. Since this is an initialization error, wouldn't it be more user-friendly to display it directly on stderr?
@F1bonacc1 F1bonacc1 added the bug Something isn't working label Jan 26, 2024
@F1bonacc1
Copy link
Owner

Fixed. Will be part of the next release.

@F1bonacc1
Copy link
Owner

Fixed in v0.81.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants