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