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" ]