From c82b256128b73f72ed85a0c74e42ba485dde7089 Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 20 Apr 2026 18:27:38 +0545 Subject: [PATCH] port conflict --- README.md | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c746c2d..485f0df0 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ cp .env.example .env docker compose up --build ``` -Proxy URL: `http://localhost:8082` +Proxy URL: `http://localhost:8083` This starts: diff --git a/docker-compose.yml b/docker-compose.yml index ed94a133..df2a958e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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