Don't include the tmpfs in the docker volume

This commit is contained in:
Omar Brikaa 2022-06-30 13:31:17 +02:00
parent 5526071f00
commit 07ec6b3f78
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ services:
ports:
- 2000:2000
volumes:
- ./data/piston:/piston
- ./data/piston/packages:/piston/packages
environment:
- PISTON_REPO_URL=http://repo:8000/index
tmpfs:

View File

@ -8,7 +8,7 @@ services:
ports:
- 2000:2000
volumes:
- ./data/piston:/piston
- ./data/piston/packages:/piston/packages
tmpfs:
- /piston/jobs:exec,uid=1000,gid=1000,mode=700
- /tmp:exec