Fix Docker port configuration

This commit is contained in:
gpt-engineer-app[bot]
2025-10-21 04:31:11 +00:00
parent f9feb67425
commit b26e7bcbc1
3 changed files with 7 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
server {
listen 80;
listen 8183;
server_name localhost;
root /usr/share/nginx/html;
index index.html;