2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-03 19:44:58 +01:00

update webhook

This commit is contained in:
kev
2024-02-20 18:27:53 +08:00
parent 3bdbe90434
commit a8a528b6b4
6 changed files with 65 additions and 62 deletions

View File

@@ -1,7 +1,9 @@
webhook:
image: vimagick/webhook
ports:
- "9000:9000"
volumes:
- "./data:/etc/webhook"
restart: always
version: "3.8"
services:
webhook:
image: vimagick/webhook
ports:
- "9000:9000"
volumes:
- "./data:/etc/webhook"
restart: unless-stopped