docker compose on macos with colima doesn't seem to serve internal to host port correctly #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
no config was performed for colima or docker beyopnd brew install
Fixed in
48d6d8c. Added--hostflag to theservecommand (default127.0.0.1). Docker CMD now uses--host 0.0.0.0so the server is reachable from the host machine through Colima.