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