1
0

ntfy: set logging to debug

This commit is contained in:
2025-11-17 13:51:44 +01:00
parent 917a073649
commit 1f0bf630a2
+1
View File
@@ -149,6 +149,7 @@ services:
user: ${PUID}:${PGID} user: ${PUID}:${PGID}
environment: environment:
- TZ=${TZ} - TZ=${TZ}
- NTFY_LOG_LEVEL=debug
volumes: volumes:
- "${DOCKER_STORAGE_PATH}/ntfy/cache:/var/cache/ntfy" - "${DOCKER_STORAGE_PATH}/ntfy/cache:/var/cache/ntfy"
- "${DOCKER_STORAGE_PATH}/ntfy/config:/etc/ntfy" - "${DOCKER_STORAGE_PATH}/ntfy/config:/etc/ntfy"