Update docker-compose.yml

This commit is contained in:
Faraz Fallahi
2021-01-26 00:05:18 -05:00
parent 4b608ea4db
commit f505cafe02

View File

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