fix: solve audio recording on iOS/Safari and fix Dockerfile health check

This commit is contained in:
2026-06-03 18:44:51 +02:00
parent 79ce42bec6
commit 4c04086d63
3 changed files with 26 additions and 14 deletions
+1 -1
View File
@@ -29,4 +29,4 @@ EXPOSE 80
# Health check to verify Nginx is actively running
HEALTHCHECK --interval=30s --timeout=5s --start-period=3s --retries=3 \
CMD wget --no-verbose --tries=1 --spider http://localhost:80/ || exit 1
CMD wget --no-verbose --tries=1 --spider http://127.0.0.1:80/ || exit 1