fix container config

This commit is contained in:
“xHuPo” 2024-08-29 13:51:33 +08:00
parent 2c3237dcd9
commit 040f21820e
2 changed files with 7 additions and 2 deletions

View file

@ -11,5 +11,5 @@ services:
VERBOSE: true
HOOKS: /etc/webhook/config/hooks.yaml
volumes:
- ./config:/etc/webhook/config:ro
- ./scripts:/etc/webhook/scripts:ro
- ./config:/etc/webhook/config:rw
- ./scripts:/etc/webhook/scripts:rw