1
0
Fork 0

webhook: add volume

This commit is contained in:
Lukáš Kucharczyk 2022-11-09 14:04:44 +01:00
parent 126ff79525
commit 2e74b6c6d7
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 2 additions and 1 deletions

View File

@ -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