1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-24 05:17:06 +02:00
dockerfiles/webhook/docker-compose.yml

9 lines
156 B
YAML
Raw Normal View History

2015-11-05 12:20:42 +08:00
webhook:
image: vimagick/webhook
command: -hooks hooks.json -verbose
ports:
- "9000:9000"
volumes:
- "./scripts:/scripts"
2015-11-05 12:31:44 +08:00
restart: always