Updated README.md

added link back to the article: https://www.baeldung.com/ops/docker-compose-links-depends-on
This commit is contained in:
Asjad J 2022-07-21 21:40:44 +05:00 committed by GitHub
parent 299348e859
commit 310c77817d
1 changed files with 1 additions and 0 deletions

View File

@ -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)