Merge pull request #9798 from appwrite/chore-bump-console

Update console
This commit is contained in:
Jake Barnby
2025-05-18 14:32:15 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ $image = $this->getParam('image', '');
appwrite-console:
<<: *x-logging
container_name: appwrite-console
image: <?php echo $organization; ?>/console:6.0.0
image: <?php echo $organization; ?>/console:6.0.1
restart: unless-stopped
networks:
- appwrite
+1 -1
View File
@@ -213,7 +213,7 @@ services:
appwrite-console:
<<: *x-logging
container_name: appwrite-console
image: appwrite/console:6.0.0
image: appwrite/console:6.0.1
restart: unless-stopped
networks:
- appwrite