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