webhook: add volume
This commit is contained in:
parent
126ff79525
commit
2e74b6c6d7
|
@ -9,7 +9,8 @@
|
|||
environment:
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
- "${DOCKER_STORAGE_PATH}/webhook:/config"
|
||||
- "${DOCKER_STORAGE_PATH}/webhook/config:/config"
|
||||
- "${DOCKER_STORAGE_PATH}/webhook/scripts:/var/webhook"
|
||||
ports:
|
||||
- "${WEBHOOK_EXTERNAL_PORT}:${WEBHOOK_INTERNAL_PORT}"
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in New Issue