Merge pull request #8629 from appwrite/update-console

chore: update console
This commit is contained in:
Christy Jacob 2024-09-06 00:24:11 +04:00 committed by GitHub
commit 0533792b00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -166,7 +166,7 @@ $image = $this->getParam('image', '');
appwrite-console:
<<: *x-logging
container_name: appwrite-console
image: <?php echo $organization; ?>/console:5.0.4
image: <?php echo $organization; ?>/console:5.0.10
restart: unless-stopped
networks:
- appwrite

View file

@ -196,7 +196,7 @@ services:
appwrite-console:
<<: *x-logging
container_name: appwrite-console
image: appwrite/console:5.0.4
image: appwrite/console:5.0.10
restart: unless-stopped
networks:
- appwrite