feat(docker): implement step 13 all-in-one runtime defaults and port 80

This commit is contained in:
2026-03-26 19:23:38 -03:00
parent 3895ef864a
commit 860d5f24bd
4 changed files with 7 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ http {
text/xml application/xml application/xml+rss text/javascript;
server {
listen 6969;
listen 80;
server_name _;
root /usr/share/nginx/html;