1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 16:28:40 +00:00
dockerfiles/imaginary/docker-compose.yml
2021-10-18 17:40:24 +08:00

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