1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/tabula/docker-compose.yml

10 lines
163 B
YAML
Raw Normal View History

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