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

Having Multiple Hosts gives wrong output in the terminal #93

Open
tuxes3 opened this issue Jul 16, 2024 · 0 comments
Open

Having Multiple Hosts gives wrong output in the terminal #93

tuxes3 opened this issue Jul 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tuxes3
Copy link
Member

tuxes3 commented Jul 16, 2024

nginx-proxy allows having Multiple Hosts

if we define in the docker-compose.yml something like this:

        environment:
            - VIRTUAL_HOST=xxx.test,api.xxx.test

it will output:

Finished startup successfully
visit: https://xxx.test,api.xxx.test

which then does not open correctly.

fix should be here:

_logYellow "visit: https://${vhost}"

@tuxes3 tuxes3 added the bug Something isn't working label Jul 16, 2024
@s4mpl3d s4mpl3d added enhancement New feature or request and removed bug Something isn't working labels Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants