You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect that dip activates the port forwarding configs in docker-compose.yml.
I need to specify the explicit HOST env as 0.0.0.0 to expose the port for nuxt-app, but this can't be used via dip.
Screenshots
Context (please complete the following information):
OS: macOS Big Sur (11.6)
Docker Desktop 4.2.0 (70708)
dip: 7.2.0
Ruby: ruby 3.0.3p157
(I'm wondering if I took a mistake or something...)
Best regards,
The text was updated successfully, but these errors were encountered:
Hi!
Dip executes commands through docker compose run so that you need to define compose: run_options: [service-ports] for the sh command if you need ports to be opened.
Describe the bug
I found the following difference in the behaviors between docker-compose and dip.
0.0.0.0:3000->3000/tcp, 0.0.0.0:9229->9229/tcp
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect that dip activates the port forwarding configs in docker-compose.yml.
I need to specify the explicit
HOST
env as0.0.0.0
to expose the port for nuxt-app, but this can't be used via dip.Screenshots
Context (please complete the following information):
(I'm wondering if I took a mistake or something...)
Best regards,
The text was updated successfully, but these errors were encountered: