fix(dockerfile) changed port with nginx static route
This commit is contained in:
+1
-2
@@ -31,7 +31,7 @@ services:
|
||||
container_name: mrp_frontend
|
||||
restart: always
|
||||
ports:
|
||||
- "89:89"
|
||||
- "80:80"
|
||||
depends_on:
|
||||
- backend
|
||||
# Добавляем разрешение хоста для Vite прямо тут
|
||||
@@ -40,4 +40,3 @@ services:
|
||||
|
||||
volumes:
|
||||
pg_data:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user