Update docker-compose.yml

This commit is contained in:
Faraz Fallahi
2021-01-26 00:07:47 -05:00
parent f505cafe02
commit d732501e62

View File

@@ -16,10 +16,10 @@ services:
nofile:
soft: 20000
hard: 40000
tmpfs:
- /tmp:exec,mode=1777
volumes:
- ./volumes/repo:/root/repo
- ./volumes/conan:/root/.conan/data
- type: tmpfs
target: /tmp
ports:
- "2222:22"