port conflict
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user