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
|
image: docker.io/library/perl:stable
|
||||||
pull_policy: if_not_present
|
pull_policy: if_not_present
|
||||||
volumes:
|
volumes:
|
||||||
- ./utils/makehelp.pl:/mnt/utils/makehelp.pl
|
- ./utils/makehelp.pl:/mnt/utils/makehelp.pl:ro
|
||||||
- ./Makefile:/tmp/Makefile
|
- ./Makefile:/tmp/Makefile:ro
|
||||||
command: /mnt/utils/makehelp.pl /tmp/Makefile
|
command: /mnt/utils/makehelp.pl /tmp/Makefile
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
|
|||||||
Reference in New Issue
Block a user