Skip to main content

Docker Compose

Compose Networking

0:00
LearnStep 1/2

Networking in Compose

Docker Compose Networking

Default Network

Compose creates a default network where services can reach each other by service name:

yaml

Custom Networks

yaml

Port Mapping

yaml

External Networks

yaml

Network Aliases

yaml