diff --git a/app/views/install/compose.phtml b/app/views/install/compose.phtml index b1bae872ac..210a3e57b7 100644 --- a/app/views/install/compose.phtml +++ b/app/views/install/compose.phtml @@ -166,7 +166,7 @@ $image = $this->getParam('image', ''); appwrite-console: <<: *x-logging container_name: appwrite-console - image: /console:appwrite/console:5.0.0-rc16 + image: /console:5.0.1 restart: unless-stopped networks: - appwrite diff --git a/docker-compose.yml b/docker-compose.yml index b7be71d1ef..5baa04813d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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.1 restart: unless-stopped networks: - appwrite