1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-28 17:51:24 +00:00
dockerfiles/taskd/docker-compose.yml

8 lines
112 B
YAML
Raw Normal View History

2015-06-26 13:49:21 +00:00
taskd:
image: vimagick/taskd
ports:
- "53589:53589"
volumes:
- taskd:/var/taskd
restart: always