mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-14 19:40:53 +08:00
chore: docker添加ipv6的监听
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
server {
|
||||
listen 7001 default_server;
|
||||
listen [::]:7001 default_server;
|
||||
|
||||
root /www/public/;
|
||||
index index.html index.htm;
|
||||
|
||||
Reference in New Issue
Block a user