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

10 lines
166 B
YAML
Raw Normal View History

2024-02-20 12:27:53 +02:00
version: "3.8"
services:
webhook:
image: vimagick/webhook
ports:
- "9000:9000"
volumes:
- "./data:/etc/webhook"
restart: unless-stopped