1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-26 09:01:08 +02:00
dockerfiles/taskd/docker-compose.yml

8 lines
112 B
YAML
Raw Normal View History

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