1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/tabula/docker-compose.yml

10 lines
163 B
YAML
Raw Normal View History

2021-01-08 04:19:35 +00:00
version: "3.8"
services:
tabula:
image: vimagick/tabula
ports:
- "9292:9292"
2021-01-11 10:48:15 +00:00
volumes:
- ./data:/root/.tabula
2021-01-08 04:19:35 +00:00
restart: unless-stopped