From 484a00a37ccf6091bfaf819ff7501769d7d806d9 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Thu, 21 Jul 2022 14:17:28 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/ops/docker-compose-communication --- docker-modules/docker-compose/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-modules/docker-compose/README.md b/docker-modules/docker-compose/README.md index fbb58107d3..17b993ae6b 100644 --- a/docker-modules/docker-compose/README.md +++ b/docker-modules/docker-compose/README.md @@ -2,4 +2,5 @@ - [Introduction to Docker Compose](https://www.baeldung.com/ops/docker-compose) - [How to Get Docker-Compose to Always Use the Latest Image](https://www.baeldung.com/ops/docker-compose-latest-image) +- [Communication Between Multiple Docker Compose Projects](https://www.baeldung.com/ops/docker-compose-communication)