Update docker-compose.yml
This commit is contained in:
@@ -1,13 +1,15 @@
|
|||||||
version: '3.5'
|
version: '3.6'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
worker:
|
worker:
|
||||||
build: .
|
build: .
|
||||||
image: fffaraz/qt:latest
|
image: fffaraz/qt:latest
|
||||||
hostname: worker
|
hostname: worker
|
||||||
|
tmpfs:
|
||||||
|
- /run
|
||||||
|
- /tmp
|
||||||
volumes:
|
volumes:
|
||||||
- ./volumes/repo:/root/repo
|
- ./volumes/repo:/root/repo
|
||||||
- ./volumes/conan:/root/.conan/data
|
- ./volumes/conan:/root/.conan/data
|
||||||
- ./volumes/tmp:/tmp
|
|
||||||
ports:
|
ports:
|
||||||
- "2222:22"
|
- "2222:22"
|
||||||
|
|||||||
Reference in New Issue
Block a user