Update docker-compose.yml
This commit is contained in:
@@ -16,10 +16,10 @@ services:
|
|||||||
nofile:
|
nofile:
|
||||||
soft: 20000
|
soft: 20000
|
||||||
hard: 40000
|
hard: 40000
|
||||||
|
tmpfs:
|
||||||
|
- /tmp:exec,mode=1777
|
||||||
volumes:
|
volumes:
|
||||||
- ./volumes/repo:/root/repo
|
- ./volumes/repo:/root/repo
|
||||||
- ./volumes/conan:/root/.conan/data
|
- ./volumes/conan:/root/.conan/data
|
||||||
- type: tmpfs
|
|
||||||
target: /tmp
|
|
||||||
ports:
|
ports:
|
||||||
- "2222:22"
|
- "2222:22"
|
||||||
|
|||||||
Reference in New Issue
Block a user