mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
10 lines
163 B
YAML
10 lines
163 B
YAML
version: "3.8"
|
|
services:
|
|
tabula:
|
|
image: vimagick/tabula
|
|
ports:
|
|
- "9292:9292"
|
|
volumes:
|
|
- ./data:/root/.tabula
|
|
restart: unless-stopped
|