Docker compose
Ports order
HOST_PORT:CONTAINER_PORT
Example: 6380
is host port and 6379
is container port.
ports:
- "6380:6379"
Last updated
HOST_PORT:CONTAINER_PORT
Example: 6380
is host port and 6379
is container port.
ports:
- "6380:6379"
Last updated