From c0d3a6a971c7a27e2c1e9c187352c3e79a2a2781 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Mon, 15 Apr 2024 14:14:37 -0300 Subject: [PATCH] Update readme to include docker compose pull. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e256de6..a59d7c3 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,9 @@ Adjust the variables according to your setup. ### Step 4: Run Docker Compose -Launch your RouterFleet deployment with the Docker Compose command: +If you are upgrading from a previous version, you should consider running ```docker compose pull``` to ensure you are using the latest images. + +Start the RouterFleet services using Docker Compose: ```bash docker compose up -d