mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +02:00
8 lines
121 B
YAML
8 lines
121 B
YAML
version: "3.8"
|
|
services:
|
|
tabula:
|
|
image: vimagick/tabula
|
|
ports:
|
|
- "9292:9292"
|
|
restart: unless-stopped
|