Update docker-compose.yml

This commit is contained in:
Faraz Fallahi
2021-01-25 21:06:40 -05:00
parent 6f6434aa07
commit 87113d3f36

View File

@@ -1,7 +1,7 @@
version: '3.5'
services:
ubuntu:
worker:
build: .
image: fffaraz/qt:latest
volumes:
@@ -9,4 +9,4 @@ services:
- ./volumes/conan:/root/.conan/data
- ./volumes/tmp:/tmp
ports:
- 2222:22
- "2222:22"