From 88d3a571b21560ec5c35975d17823f9ace070d38 Mon Sep 17 00:00:00 2001
From: Pierre Delpy 
Date: Tue, 23 Sep 2025 08:07:21 +0200
Subject: [PATCH] fix port
---
 pscc/modules/lens-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pscc/modules/lens-compose.yml b/pscc/modules/lens-compose.yml
index 79871ee..192500c 100644
--- a/pscc/modules/lens-compose.yml
+++ b/pscc/modules/lens-compose.yml
@@ -6,7 +6,7 @@ services:
     labels:
       - "traefik.enable=true"
       - "traefik.http.routers.landing.rule=PathPrefix(`/`)"
-      - "traefik.http.services.landing.loadbalancer.server.port=5173"
+      - "traefik.http.services.landing.loadbalancer.server.port=3000"
       - "traefik.http.routers.landing.middlewares=auth"
       - "traefik.http.routers.landing.tls=true"