mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-04 03:49:18 +02:00
10 lines
163 B
YAML
10 lines
163 B
YAML
version: "3.8"
|
|
services:
|
|
openrefine:
|
|
image: vimagick/openrefine
|
|
ports:
|
|
- "3333:3333"
|
|
volumes:
|
|
- ./data:/data
|
|
restart: unless-stopped
|