From 4119e3b30c537374bc77ee548f477a4414ec6f73 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 21 Mar 2026 02:16:18 +0100 Subject: [PATCH] feat: replace commands Signed-off-by: kjuulh --- docker-compose.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 681bf0e..e7f00e9 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -4,7 +4,7 @@ services: restart: always env_file: ".env" command: | - /app/forest-server serve + serve ports: - "4040:4040" environment: @@ -32,8 +32,6 @@ services: image: git.kjuulh.io/forage/client/forage-server:${FORAGE_IMAGE_VERSION:-latest} restart: always env_file: ".env.forage" - command: | - /app/forage ports: - "3000:3000" environment: