fix: drop HEALTHCHECK + bind nginx ipv4+ipv6

This commit is contained in:
PM
2026-05-01 20:23:47 +00:00
parent ccc1664914
commit 16efe43e97
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
server {
listen 80 default_server;
listen [::]:80 default_server;
server_name _;
root /usr/share/nginx/html;
index index.html;