1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 16:28:40 +00:00
dockerfiles/tabula/docker-compose.yml
2021-01-08 12:19:35 +08:00

8 lines
121 B
YAML

version: "3.8"
services:
tabula:
image: vimagick/tabula
ports:
- "9292:9292"
restart: unless-stopped