From 6ee055b691bec56feee8a64cdb596a0a4e909996 Mon Sep 17 00:00:00 2001 From: Jamitz Date: Tue, 6 Jan 2026 16:52:46 +0000 Subject: [PATCH] test --- compose.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 0ec5d49..676e8df 100644 --- a/compose.yaml +++ b/compose.yaml @@ -33,8 +33,9 @@ services: # Frontend will use /api path (proxied by nginx) VITE_API_URL: ${VITE_API_URL:-/api} container_name: fastnotes-ui - ports: - - "80:80" + # Coolify manages ports via its proxy - expose instead of publish + expose: + - "80" depends_on: - api restart: unless-stopped