ioggstream/test-driven-development-101

Docker-compose - links is deprecated

came88 opened this issue · 0 comments

I expect

to use only non-deprecated feature.
In the file docker-compose.yml the links attribute is deprecated

Instead

user defined network and the depends_on attribute should be used.