mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
11 lines
217 B
YAML
11 lines
217 B
YAML
version: "3.8"
|
|
services:
|
|
imaginary:
|
|
image: h2non/imaginary
|
|
command: -p 9000 -cors -enable-url-source -mount /data
|
|
ports:
|
|
- "9000:9000"
|
|
volumes:
|
|
- ./data:/data
|
|
restart: unless-stopped
|