Fix docker-compose to point to the 'latest' (stable) version, instead of the no more existing 'main'

This commit is contained in:
Enrico Ros
2023-12-12 17:17:30 -08:00
parent 6ae440d252
commit 84a3e8cfdb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ version: '3.9'
services:
big-agi:
image: ghcr.io/enricoros/big-agi:main
image: ghcr.io/enricoros/big-agi:latest
ports:
- "3000:3000"
env_file: