Docker: remove compose version

This commit is contained in:
Enrico Ros
2026-01-09 13:50:55 -08:00
parent 8d04c494df
commit 04c4dbe4b8
+1 -3
View File
@@ -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" ]
command: [ "next", "start", "-p", "3000" ]