HOST_PORT:CONTAINER_PORT
Example: 6380 is host port and 6379 is container port.
6380
6379
ports: - "6380:6379"
Last updated 2 years ago