Tags: W3SS/terraform-provider-coder
Tags
fix: Add custom host for access URL and remove access port (coder#44) * fix: Add custom host for access URL and remove access port This allows a host override, which is useful for running Docker containers that need to access the same deployment port, but on `host.docker.internal` as the hostname. It also removes access port, which was released a few days ago in hopes of solving the same problem, but never really did. It doesn't seem likely to be used yet, so it feels safe to remove. * Fix access url when host is not provided Signed-off-by: Spike Curtis <spike@coder.com> Signed-off-by: Spike Curtis <spike@coder.com> Co-authored-by: Spike Curtis <spike@coder.com> Co-authored-by: Spike Curtis <spike@spikecurtis.com>
fix: Add custom host for access URL and remove access port (coder#40) This allows a host override, which is useful for running Docker containers that need to access the same deployment port, but on `host.docker.internal` as the hostname. It also removes access port, which was released a few days ago in hopes of solving the same problem, but never really did. It doesn't seem likely to be used yet, so it feels safe to remove.
PreviousNext