diff --git a/docker-compose.yml b/docker-compose.yml index 3657b23..e3dd03c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"