From 310c77817d43dcaa75d24277789cda3522ba0a04 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Thu, 21 Jul 2022 21:40:44 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/ops/docker-compose-links-depends-on --- 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 17b993ae6b..10554a319d 100644 --- a/docker-modules/docker-compose/README.md +++ b/docker-modules/docker-compose/README.md @@ -3,4 +3,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) +- [Difference Between links and depends_on in Docker Compose](https://www.baeldung.com/ops/docker-compose-links-depends-on)