From 04c4dbe4b8af77fac262ed6538940e6fc0fecf56 Mon Sep 17 00:00:00 2001 From: Enrico Ros Date: Fri, 9 Jan 2026 13:50:55 -0800 Subject: [PATCH] Docker: remove compose version --- docker-compose.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index ea8c4ed5c..3315e0747 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,8 +2,6 @@ # # For more examples, such running big-AGI alongside a web browsing service, see the `docs/docker` folder. -version: '3.9' - services: big-agi: image: ghcr.io/enricoros/big-agi:latest @@ -11,4 +9,4 @@ services: - "3000:3000" env_file: - .env - command: [ "next", "start", "-p", "3000" ] \ No newline at end of file + command: [ "next", "start", "-p", "3000" ]