1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00
dockerfiles/tabula/docker-compose.yml
2021-01-11 18:48:15 +08:00

10 lines
163 B
YAML

version: "3.8"
services:
tabula:
image: vimagick/tabula
ports:
- "9292:9292"
volumes:
- ./data:/root/.tabula
restart: unless-stopped