From c91db74b239e1eba95e496806b4eb1fdaf0a878a Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 21 Dec 2021 16:29:09 +0100 Subject: [PATCH] fix: install compose template --- app/views/install/compose.phtml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/views/install/compose.phtml b/app/views/install/compose.phtml index 2a34538205..0a32f28489 100644 --- a/app/views/install/compose.phtml +++ b/app/views/install/compose.phtml @@ -3,7 +3,6 @@ $httpPort = $this->getParam('httpPort', ''); $httpsPort = $this->getParam('httpsPort', ''); $version = $this->getParam('version', ''); -$version = '0.12.0-alpha'; // TODO: TEMPORARY $organization = $this->getParam('organization', ''); $image = $this->getParam('image', ''); ?>version: '3' @@ -33,7 +32,7 @@ services: networks: - gateway - appwrite - + appwrite: image: /: container_name: appwrite @@ -322,7 +321,7 @@ services: - _APP_SMTP_SECURE - _APP_SMTP_USERNAME - _APP_SMTP_PASSWORD - + appwrite-maintenance: image: /: entrypoint: maintenance