diff --git a/NodeApp/package.json b/NodeApp/package.json
index 900210c81fdd1cb37a76145c47120a54538cc660..3a5fc6f97ea3ab085428984de777da75e1252276 100644
--- a/NodeApp/package.json
+++ b/NodeApp/package.json
@@ -1,7 +1,7 @@
 {
     "name"           : "dojo_cli",
     "description"    : "CLI of the Dojo project",
-    "version"        : "3.2.2",
+    "version"        : "3.2.3",
     "license"        : "AGPLv3",
     "author"         : "Michaƫl Minelli <dojo@minelli.me>",
     "main"           : "dist/app.js",
diff --git a/NodeApp/src/commander/exercise/subcommands/ExerciseRunCommand.ts b/NodeApp/src/commander/exercise/subcommands/ExerciseRunCommand.ts
index a3079c3e3b09cfc662015de69f7110086ec1cd47..4c1f47d627f475ba483b3ec9dabcd9ab5b224473 100644
--- a/NodeApp/src/commander/exercise/subcommands/ExerciseRunCommand.ts
+++ b/NodeApp/src/commander/exercise/subcommands/ExerciseRunCommand.ts
@@ -28,7 +28,7 @@ class ExerciseRunCommand extends CommanderCommand {
     private readonly folderResultsDojo: string = path.join(this.folderResultsVolume, `Dojo/`);
     private readonly folderResultsExercise: string = path.join(this.folderResultsVolume, `Exercise/`);
 
-    private readonly projectName: string = `${ ClientsSharedConfig.dockerCompose.projectName }_${ this.dateISOString.toLowerCase() }`;
+    private readonly projectName: string = `${ ClientsSharedConfig.dockerCompose.projectName }`;
 
     private readonly fileComposeLogs: string = path.join(this.folderResultsDojo, `dockerComposeLogs.txt`);
 
diff --git a/NodeApp/src/shared b/NodeApp/src/shared
index 101cc26895eb0b5fe97e03bb96039e0cddd94391..81f39cfa68150e9e5d63fd4b66d941e7723f5c66 160000
--- a/NodeApp/src/shared
+++ b/NodeApp/src/shared
@@ -1 +1 @@
-Subproject commit 101cc26895eb0b5fe97e03bb96039e0cddd94391
+Subproject commit 81f39cfa68150e9e5d63fd4b66d941e7723f5c66
diff --git a/NodeApp/src/sharedByClients b/NodeApp/src/sharedByClients
index 39ababf437cd738b45e07743455be7588640d5c9..06f4fcdc53a384d6a9c85e68b7debf10dfbe25a8 160000
--- a/NodeApp/src/sharedByClients
+++ b/NodeApp/src/sharedByClients
@@ -1 +1 @@
-Subproject commit 39ababf437cd738b45e07743455be7588640d5c9
+Subproject commit 06f4fcdc53a384d6a9c85e68b7debf10dfbe25a8