Tag network

Networks in Docker Compose

1 LenHPdQp83DDrATdXOYhyw

Introduction When you run docker-compose up, Docker Compose creates a default network for your app. It’s named after your project (usually the directory with your docker-compose.yml file) with the suffix _default. This network lets all the services in your docker-compose.yml…