1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-28 09:08:50 +02: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