From 65b515b1a214b6c2c11f9a07e69970a49683284b Mon Sep 17 00:00:00 2001 From: rithishsamm Date: Tue, 1 Jul 2025 09:37:14 +0000 Subject: [PATCH] reverting back to nginx default --- compose.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/compose.yaml b/compose.yaml index 6d1e6b0..4d0e3b8 100644 --- a/compose.yaml +++ b/compose.yaml @@ -11,11 +11,7 @@ services: stdin_open: true tty: true ports: - - "8300:3000" - environment: - - WDS_SOCKET_PORT=0 - - PORT=3000 - - DOCSIFY_PORT=8201 + - "8300:80" volumes: - ./app:/app