From 776494096b8c5821221c67ade35cc2371255c670 Mon Sep 17 00:00:00 2001 From: Mia Combeau <52008667+mcombeau@users.noreply.github.com> Date: Sat, 30 Nov 2024 16:15:01 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8859687..dd563c9 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ A 42 project aimed at learning Docker and Docker-compose. This project asks us to create a small network of 3 Docker containers, one containing Nginx, one containing Wordpress and the third containing MariaDB. All three must work together over the Docker network to display a local website. +> This project has been archived in the state it was in at the time of evaluation. + ## Status Finished 06/10/2023. Grade: 100%