mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Merge pull request #10897 from appwrite/chore-bump-console-7.5.7
Bump console to version 7.5.7
This commit is contained in:
commit
33f7fd259b
2 changed files with 2 additions and 2 deletions
|
|
@ -179,7 +179,7 @@ $image = $this->getParam('image', '');
|
||||||
appwrite-console:
|
appwrite-console:
|
||||||
<<: *x-logging
|
<<: *x-logging
|
||||||
container_name: appwrite-console
|
container_name: appwrite-console
|
||||||
image: <?php echo $organization; ?>/console:7.4.7
|
image: <?php echo $organization; ?>/console:7.5.7
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- appwrite
|
- appwrite
|
||||||
|
|
|
||||||
|
|
@ -219,7 +219,7 @@ services:
|
||||||
appwrite-console:
|
appwrite-console:
|
||||||
<<: *x-logging
|
<<: *x-logging
|
||||||
container_name: appwrite-console
|
container_name: appwrite-console
|
||||||
image: appwrite/console:7.4.11
|
image: appwrite/console:7.5.7
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- appwrite
|
- appwrite
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue