feat: update front service port mapping from 5173 to 80
This commit is contained in:
@@ -33,7 +33,7 @@ services:
|
||||
build: ./nest-front
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "5173:5173"
|
||||
- "80:80"
|
||||
environment:
|
||||
API_URL: http://api:3000
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user