refactor: update ports to use 80 for front-end services in Docker and Nginx configuration
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
server {
|
||||
listen 5173;
|
||||
listen 80;
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user