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
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Output of docker context show:
You can also run docker context inspect context-name to give us more details but don't forget to remove sensitive content.
Description
Steps to reproduce the issue:
docker compose -f redis.yml up -d
docker port development_redis_7001_1
Describe the results you received:
only the last host port (7003) is mapped to container port 7001:
Describe the results you expected:
host ports 7001-7003 are all mapped to container port 7001 (this works with the old
docker-compose
(with the dash))Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker version
:Output of
docker context show
:You can also run
docker context inspect context-name
to give us more details but don't forget to remove sensitive content.Output of
docker info
:The text was updated successfully, but these errors were encountered: