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

8 lines
119 B
YAML
Raw Normal View History

2015-11-05 12:20:42 +08:00
webhook:
image: vimagick/webhook
ports:
- "9000:9000"
volumes:
2019-01-09 18:59:22 +08:00
- "./data:/etc/webhook"
2015-11-05 12:31:44 +08:00
restart: always