fix: change nginx port to 80 for standard container mapping

This commit is contained in:
Kerboul
2026-03-09 08:13:35 -07:00
parent bff5fdc3c0
commit 96f12fe7bc

View File

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