1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/taskd/docker-compose.yml
2015-09-02 11:52:53 +08:00

8 lines
114 B
YAML

taskd:
image: vimagick/taskd
ports:
- "53589:53589"
volumes:
- ./taskd:/var/taskd
restart: always