From 4b2d6c539599bd588fcc8613d44439516f85f9c4 Mon Sep 17 00:00:00 2001 From: "James (ODSC)" <37832009+odscjames@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:11:42 +0000 Subject: [PATCH] Update README.md https://github.com/IATI/IATI-Standard-Website/issues/780 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e69fd788..04d20672 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ docker compose -f docker-compose.dev.yml build Start the containers in detached mode. This will run migrations and run the Django server. Using in detached (`-d`) mode means that the containers will continue to run in the background - ommitting the `-d` flag will mean that the containers will run only until the command is exited. ``` -docker compose -f docker-compose.dev.yml up -d +COMPRESS_ENABLED=1 docker compose -f docker-compose.dev.yml up -d ``` See the status of your containers by using