diff --git a/app/views/install/compose.phtml b/app/views/install/compose.phtml
index 0f4df352bd..45cc7815f8 100644
--- a/app/views/install/compose.phtml
+++ b/app/views/install/compose.phtml
@@ -13,7 +13,7 @@ $organization = $this->getParam('organization', '');
$image = $this->getParam('image', '');
$enableAssistant = $this->getParam('enableAssistant', false);
$dbService = $this->getParam('database', 'mongodb');
-$allowedDbServices = ['mariadb', 'mongodb', 'postgresql'];
+$allowedDbServices = ['mariadb', 'mongodb'];
if (!\in_array($dbService, $allowedDbServices, true)) {
$dbService = 'mongodb';
}
@@ -194,7 +194,7 @@ $hostPath = rtrim($this->getParam('hostPath', ''), '/');
appwrite-console:
<<: *x-logging
container_name: appwrite-console
- image: /console:7.6.4
+ image: /console:7.8.25
restart: unless-stopped
networks:
- appwrite
diff --git a/docker-compose.yml b/docker-compose.yml
index f3cb982526..5aac5c2fb1 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -254,7 +254,7 @@ services:
appwrite-console:
<<: *x-logging
container_name: appwrite-console
- image: appwrite/console:7.5.7
+ image: appwrite/console:7.8.25
restart: unless-stopped
networks:
- appwrite