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(service): support host IP in brackets for ports short syntax #27

Merged
merged 1 commit into from
Sep 29, 2024

Commits on Sep 27, 2024

  1. fix(service): support host IP in brackets for ports short syntax

    Extracted bracket striping logic from `extra_hosts` deserialization into
    its own function: `compose_spec::service::strip_brackets()`.
    
    Used `strip_brackets()` for host IP parsing in
    `impl FromStr for compose_spec::service::ports::ShortPort`.
    
    Added test
    `compose_spec::service::ports::tests::short_port::host_ip_brackets()`
    to ensure the fix is working as expected.
    
    Fixes: #24
    k9withabone committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    2bd181f View commit details
    Browse the repository at this point in the history