From 23f703d5a55c05316a10018669f6e635b30877b8 Mon Sep 17 00:00:00 2001 From: glax Date: Thu, 25 May 2023 14:30:33 +0200 Subject: [PATCH] imageCache readonly for website --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index a3ea646..af60964 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -14,4 +14,4 @@ ports: - 9555:80 volumes: - - ./tranga/imageCache:/usr/share/nginx/html/imageCache #2 when replacing Point to same value as #1/imageCache \ No newline at end of file + - ./tranga/imageCache:/usr/share/nginx/html/imageCache:ro #2 when replacing Point to same value as #1/imageCache \ No newline at end of file