latex-workshop/docker/docker-compose.yaml

8 lines
159 B
YAML

version: "3"
services:
texlive:
image: texlive/texlive
volumes:
- ./data/:/latex
working_dir: /latex
tty: true