chore: upgrade console

This commit is contained in:
Torsten Dittmann
2024-08-23 22:11:37 +02:00
parent 6208d78146
commit 853bd9a67c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ $image = $this->getParam('image', '');
appwrite-console:
<<: *x-logging
container_name: appwrite-console
image: <?php echo $organization; ?>/console:appwrite/console:5.0.0-rc16
image: <?php echo $organization; ?>/console:5.0.0
restart: unless-stopped
networks:
- appwrite
+1 -1
View File
@@ -195,7 +195,7 @@ services:
appwrite-console:
<<: *x-logging
container_name: appwrite-console
image: appwrite/console:5.0.0-rc18
image: appwrite/console:5.0.0
restart: unless-stopped
networks:
- appwrite