port conflict

This commit is contained in:
sam
2026-04-20 18:27:38 +05:45
parent a5c52c72be
commit c82b256128
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ cp .env.example .env
docker compose up --build
```
Proxy URL: `http://localhost:8082`
Proxy URL: `http://localhost:8083`
This starts:
+1 -1
View File
@@ -2,7 +2,7 @@ services:
web:
image: nginx:alpine
ports:
- "8082:80"
- "8083:80"
volumes:
- ./nginx.dev.conf:/etc/nginx/conf.d/default.conf:ro
- ./dist:/usr/share/nginx/html:ro