fix: chat

This commit is contained in:
2025-10-10 22:18:13 +02:00
parent 83edeeb341
commit f99f0091fa

View File

@@ -7,7 +7,7 @@ services:
restart: unless-stopped
volumes:
- gotify_data:/app/data
environment:
# environment:
# Gotify is a Go binary - no wget/curl, but has built-in health endpoint
# healthcheck:
# test: ["CMD-SHELL", "nc -z localhost $APP_PORT || exit 1"]