From ca6edf550c88dbc82a0bb0a1e58141bf078c8769 Mon Sep 17 00:00:00 2001 From: Vladyslav Prosolupov Date: Thu, 19 Feb 2026 23:03:14 +0100 Subject: [PATCH] fix: Remove incorrect mounts --- blueprints/imgproxy/template.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/blueprints/imgproxy/template.toml b/blueprints/imgproxy/template.toml index 3e1c15bf..b08662e2 100644 --- a/blueprints/imgproxy/template.toml +++ b/blueprints/imgproxy/template.toml @@ -54,8 +54,3 @@ NGINX_CACHE_MAX_SIZE = "${nginx_cache_max_size}" NGINX_CACHE_INACTIVE = "${nginx_cache_inactive}" NGINX_CACHE_USE_TEMP_PATH = "${nginx_cache_use_temp_path}" NGINX_CACHE_EXPIRES = "${nginx_cache_expires}" - -[[config.mounts]] -serviceName = "nginx" -volumeName = "nginx-cache" -mountPath = "/tmp/cache"