build(compose.yaml): restrict help service permissions

This commit is contained in:
Sarah Vaupel 2025-03-25 15:51:41 +01:00
parent 69b5818427
commit 27c5f61299

View File

@ -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: