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
$ docker-compose port
Print the public port for a port binding.
Usage: port [options] SERVICE PRIVATE_PORT
Options:
--protocol=proto tcp or udp [default: tcp]
...
The text was updated successfully, but these errors were encountered:
vicyap
changed the title
port_for should add a proto kwargport_for should allow proto=udp
Nov 19, 2018
I think it would be useful if https://github.com/AndreLouisCaron/pytest-docker/blob/master/src/pytest_docker/__init__.py#L57 had a
proto='tcp'
kwarg which allows your to specify the protocol.For example.
The text was updated successfully, but these errors were encountered: