From 9241369cbb831539938acee616947d4dbdd791a1 Mon Sep 17 00:00:00 2001 From: xboard Date: Sat, 9 Mar 2024 05:56:58 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20docker=E6=B7=BB=E5=8A=A0ipv6=E7=9A=84?= =?UTF-8?q?=E7=9B=91=E5=90=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .docker/etc/nginx/http.d/default.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.docker/etc/nginx/http.d/default.conf b/.docker/etc/nginx/http.d/default.conf index 6552850..5c0acb1 100644 --- a/.docker/etc/nginx/http.d/default.conf +++ b/.docker/etc/nginx/http.d/default.conf @@ -1,5 +1,6 @@ server { listen 7001 default_server; + listen [::]:7001 default_server; root /www/public/; index index.html index.htm;