Files
toolchain/docker-compose.yml
T
2024-08-15 14:54:19 +02:00

9 lines
166 B
YAML

services:
toolchain:
build:
context: .
image: schihei/toolchain:latest
volumes:
- "./workspace:/root/workspace"
ports:
- 5900:5900