mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-05 11:26:27 +02:00
Permission mode 711
This commit is contained in:
parent
07ec6b3f78
commit
e1a1be7e4c
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ services:
|
|||
environment:
|
||||
- PISTON_REPO_URL=http://repo:8000/index
|
||||
tmpfs:
|
||||
- /piston/jobs:exec,uid=1000,gid=1000,mode=700
|
||||
- /piston/jobs:exec,uid=1000,gid=1000,mode=711
|
||||
|
||||
repo: # Local testing of packages
|
||||
build: repo
|
||||
|
|
|
@ -10,5 +10,5 @@ services:
|
|||
volumes:
|
||||
- ./data/piston/packages:/piston/packages
|
||||
tmpfs:
|
||||
- /piston/jobs:exec,uid=1000,gid=1000,mode=700
|
||||
- /piston/jobs:exec,uid=1000,gid=1000,mode=711
|
||||
- /tmp:exec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue