1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-06-08 23:36:18 +02:00
dockerfiles/webhook/docker-compose.yml

10 lines
166 B
YAML
Raw Normal View History

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