fix: Change nginx to port 8080 (non-root user can't bind to 80)
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul Nothaft
2026-01-04 23:17:38 +01:00
parent 12eac5ef8c
commit 69b13191a3
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
server {
listen 80;
listen 8080;
server_name localhost;
root /app/public;
index index.html;