From c38a7ae1f198315dd2abb5e49a247abee2903f1b Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Thu, 1 Sep 2022 17:31:22 -0400
Subject: [PATCH] Add missing variables

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 9650babc..2c64ed6f 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,9 @@ adding this lines to the end of the `.env` file:
 
 ```dotenv
 STEERING_VERSION=latest
+TANK_VERSION=unstable
+DASHBOARD_VERSION=unstable
+DASHBOARD_CLOCK_VERSION=unstable
 COMPOSE_FILE=docker-compose.yml:docker-compose.steering.yml
 ```
 
-- 
GitLab