1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/webhook/docker-compose.yml

8 lines
119 B
YAML
Raw Normal View History

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