From bd09fc02b83528492c5eab6d9ebafe5cafd7f317 Mon Sep 17 00:00:00 2001 From: szaimen <42591237+szaimen@users.noreply.github.com> Date: Tue, 28 Jan 2025 12:32:17 +0000 Subject: [PATCH] Yaml updates Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- manual-install/latest.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manual-install/latest.yml b/manual-install/latest.yml index 99efa300..8bebf41c 100644 --- a/manual-install/latest.yml +++ b/manual-install/latest.yml @@ -459,6 +459,8 @@ services: retries: 3 expose: - "3002" + tmpfs: + - /tmp environment: - TZ=${TIMEZONE} - NEXTCLOUD_URL=https://${NC_DOMAIN} @@ -466,6 +468,7 @@ services: - STORAGE_STRATEGY=redis - REDIS_HOST=nextcloud-aio-redis - REDIS_HOST_PASSWORD=${REDIS_PASSWORD} + - BACKUP_DIR=/tmp restart: unless-stopped profiles: - whiteboard