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

Fix hostname issue. #195

Open
veritas9872 opened this issue May 5, 2024 · 0 comments
Open

Fix hostname issue. #195

veritas9872 opened this issue May 5, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@veritas9872
Copy link
Collaborator

hostname: ${SERVICE} # Makes `pure` terminals easier to tell apart.
extra_hosts: # Prevents "unknown host" issue when using `sudo`.
- "${SERVICE}:127.0.0.1"

I found that adding a hostname manually caused issues when using multi-node communications.
Since these were only put in due to decorative reasons, removing them is probably a good idea.

@veritas9872 veritas9872 added the bug Something isn't working label May 5, 2024
@veritas9872 veritas9872 self-assigned this May 5, 2024
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

1 participant