latex-workshop/docker/docker-compose.yaml

9 lines
159 B
YAML
Raw Normal View History

2022-04-22 15:07:56 +02:00
version: "3"
services:
texlive:
image: texlive/texlive
volumes:
- ./data/:/latex
working_dir: /latex
tty: true