From 76a8ffee2366bb3dd095c08d44cf41b224104b50 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Thu, 10 Dec 2020 18:58:27 +0200 Subject: [PATCH] Updated volume --- app/views/install/compose.phtml | 1 + docker-compose.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/views/install/compose.phtml b/app/views/install/compose.phtml index 1c4f7eece..045f29e63 100644 --- a/app/views/install/compose.phtml +++ b/app/views/install/compose.phtml @@ -217,6 +217,7 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock - appwrite-functions:/storage/functions:rw + - /tmp:/tmp:rw environment: - _APP_ENV - _APP_REDIS_HOST diff --git a/docker-compose.yml b/docker-compose.yml index 16cb9db6a..5e8c6bd53 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -253,6 +253,7 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock - appwrite-functions:/storage/functions:rw + - /tmp:/tmp:rw - ./app:/usr/src/code/app - ./src:/usr/src/code/src depends_on: