From 27c5f6129991b2f95f5843079cdcd747a30eea97 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 25 Mar 2025 15:51:41 +0100 Subject: [PATCH] build(compose.yaml): restrict help service permissions --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 90f386dc6..2ecf7a530 100644 --- a/compose.yaml +++ b/compose.yaml @@ -3,8 +3,8 @@ services: image: docker.io/library/perl:stable pull_policy: if_not_present volumes: - - ./utils/makehelp.pl:/mnt/utils/makehelp.pl - - ./Makefile:/tmp/Makefile + - ./utils/makehelp.pl:/mnt/utils/makehelp.pl:ro + - ./Makefile:/tmp/Makefile:ro command: /mnt/utils/makehelp.pl /tmp/Makefile frontend: