This commit is contained in:
Enrico Ros
2023-05-18 03:07:00 -07:00
parent f4e3bcf55c
commit 49871db568
3 changed files with 2 additions and 13 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ services:
big-agi:
image: ghcr.io/enricoros/big-agi:main
ports:
- 3000:3000
- "3000:3000"
env_file:
- .env
command: ["next", "start", "-p", "3000" ]
command: [ "next", "start", "-p", "3000" ]