mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
Merge branch '1.7.x' into fix-invalid-factors
This commit is contained in:
commit
9dd5898dfd
2 changed files with 2 additions and 2 deletions
|
|
@ -841,7 +841,7 @@ $image = $this->getParam('image', '');
|
|||
- _APP_DB_PASS
|
||||
|
||||
appwrite-assistant:
|
||||
image: appwrite/assistant:0.4.0
|
||||
image: appwrite/assistant:0.8.3
|
||||
container_name: appwrite-assistant
|
||||
<<: *x-logging
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
|
|
@ -934,7 +934,7 @@ services:
|
|||
|
||||
appwrite-assistant:
|
||||
container_name: appwrite-assistant
|
||||
image: appwrite/assistant:0.7.0
|
||||
image: appwrite/assistant:0.8.3
|
||||
networks:
|
||||
- appwrite
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue