This commit is contained in:
Faraz Fallahi
2021-03-21 11:36:51 -04:00
parent 91a5a17b80
commit effde2f8ad
2 changed files with 8 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ services:
tmpfs:
- /tmp:exec,mode=1777
volumes:
- ./volumes/repo:/root/repo
- ./volumes/conan:/root/.conan/data
- ./volumes/repo:/home/myuser/repo
- ./volumes/conan:/home/myuser/.conan/data
ports:
- "2222:22"