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