Add tmpfs parameters in docker-compose dev

This commit is contained in:
Omar Brikaa 2022-06-30 13:11:17 +02:00
parent c355abc4a7
commit 0ea073f6d2
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ services:
environment:
- PISTON_REPO_URL=http://repo:8000/index
tmpfs:
- /piston/jobs:exec
- /piston/jobs:exec,uid=1000,gid=1000,mode=700
repo: # Local testing of packages
build: repo