diff --git a/Days/day46.md b/Days/day46.md index bc281e8..a837499 100755 --- a/Days/day46.md +++ b/Days/day46.md @@ -1,8 +1,8 @@ --- -title: '#90DaysOfDevOps - Docker Compose - Day 46' +title: "#90DaysOfDevOps - Docker Compose - Day 46" published: false description: 90DaysOfDevOps - Docker Compose -tags: 'devops, 90daysofdevops, learning' +tags: "devops, 90daysofdevops, learning" cover_image: null canonical_url: null id: 1048740 @@ -181,3 +181,5 @@ To remove everything we can use the `docker-compose down` command. - [YAML Tutorial: Everything You Need to Get Started in Minute](https://www.cloudbees.com/blog/yaml-tutorial-everything-you-need-get-started) See you on [Day 47](day47.md) + +# Completed xercises - Docker compose diff --git a/README.md b/README.md index 11c8454..7397157 100755 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ The quickest way to get in touch is going to be via Twitter, my handle is [@Mich - [✔️] 🏗️ 43 > [What is Docker & Getting installed](Days/day43.md) - [✔️] 🏗️ 44 > [Docker Images & Hands-On with Docker Desktop](Days/day44.md) - [✔️] 🏗️ 45 > [The anatomy of a Docker Image](Days/day45.md) -- [] 🏗️ 46 > [Docker Compose](Days/day46.md) +- [✔️] 🏗️ 46 > [Docker Compose](Days/day46.md) - [] 🏗️ 47 > [Docker Networking & Security](Days/day47.md) - [] 🏗️ 48 > [Alternatives to Docker](Days/day48.md)