refactor: update ports to use 80 for front-end services in Docker and Nginx configuration
This commit is contained in:
@@ -38,7 +38,7 @@ services:
|
||||
build: ./nest-front
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5173:5173"
|
||||
- "80:80"
|
||||
|
||||
intra:
|
||||
build: ./nest-intra
|
||||
|
||||
Reference in New Issue
Block a user