Update docker-compose.yml

This commit is contained in:
Faraz Fallahi
2021-01-25 23:31:56 -05:00
parent 6e8090010e
commit 9acf712c5c

View File

@@ -1,13 +1,15 @@
version: '3.5'
version: '3.6'
services:
worker:
build: .
image: fffaraz/qt:latest
hostname: worker
tmpfs:
- /run
- /tmp
volumes:
- ./volumes/repo:/root/repo
- ./volumes/conan:/root/.conan/data
- ./volumes/tmp:/tmp
ports:
- "2222:22"