diff --git a/tangostationcontrol/tangostationcontrol/toolkit/README.md b/tangostationcontrol/tangostationcontrol/toolkit/README.md
index babdfac5661f17e9d5b31c5b5d4fa2de20d3b45e..adcd1a321759d5e36d525f3f2911f2779254ec16 100644
--- a/tangostationcontrol/tangostationcontrol/toolkit/README.md
+++ b/tangostationcontrol/tangostationcontrol/toolkit/README.md
@@ -4,9 +4,9 @@ The Archiver class in archiver.py defines the methods to manage the device attri
 
 The main components (and the relative Docker containers) are:
 
-- Configuration Manager (container: hdbpp-cm): Device server that assists in adding, modifying, moving, deleting an Attribute to/from the archiving system
-- Event Subscriber (container: hdbpp-es): The EventSubscriber TANGO device server, is the archiving system engine. On typical usage, it will subscribe to archive events on request by the ConfigurationManager device. The EventSubscriber is designed to start archiving all the already configured Attributes, even if the ConfigurationManager is not running. Moreover, being a TANGO device, the EventSubscriber configuration can be managed with Jive.
-- Archiving DBMS (container: archiver-maria-db): Specific Database devoted to storing attribute values.
+- Configuration Manager (container: hdbppts-cm): Device server that assists in adding, modifying, moving, deleting an Attribute to/from the archiving system
+- Event Subscriber (container: hdbppts-es): The EventSubscriber TANGO device server, is the archiving system engine. On typical usage, it will subscribe to archive events on request by the ConfigurationManager device. The EventSubscriber is designed to start archiving all the already configured Attributes, even if the ConfigurationManager is not running.
+- Archiving DBMS (container: archiver-timescale): Specific Database devoted to storing attribute values.
 - (Optional) HDB++ Viewer (container: hdbpp-viewer): Standalone JAVA application designed to monitor signals coming from database
 
 ## Archiver creation