1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-20 04:59:27 +02:00
dockerfiles/taskd/docker-compose.yml

8 lines
114 B
YAML
Raw Normal View History

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