1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-12 11:14:57 +02:00
dockerfiles/taskd/docker-compose.yml

8 lines
114 B
YAML
Raw Normal View History

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