build(compose.yaml): restrict help service permissions
This commit is contained in:
parent
69b5818427
commit
27c5f61299
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user