From 27fde80a09b318e0adff71dca0da4820e3877b70 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Thu, 27 May 2021 11:08:10 +0200 Subject: [PATCH] fix(install): fix realtime service --- app/views/install/compose.phtml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/views/install/compose.phtml b/app/views/install/compose.phtml index c36b5ccd2e..c711b37b09 100644 --- a/app/views/install/compose.phtml +++ b/app/views/install/compose.phtml @@ -108,13 +108,10 @@ services: - _APP_FUNCTIONS_RUNTIMES appwrite-realtime: + image: /: entrypoint: realtime container_name: appwrite-realtime - build: - context: . restart: unless-stopped - ports: - - 9505:80 labels: - "traefik.enable=true" - "traefik.constraint-label-stack=appwrite"