mirror of
https://github.com/mudler/LocalAI.git
synced 2026-05-07 23:48:55 -04:00
fix(docs): Promote DEBUG=false in production docker compose (#8390)
fix(docs): Use DEBUG=false in production docker compose Signed-off-by: Jonas Bernard <public.jbernard@web.de>
This commit is contained in:
@@ -150,7 +150,7 @@ services:
|
||||
ports:
|
||||
- 8080:8080
|
||||
environment:
|
||||
- DEBUG=true
|
||||
- DEBUG=false
|
||||
volumes:
|
||||
- ./models:/models:cached
|
||||
# For NVIDIA GPUs, uncomment:
|
||||
|
||||
Reference in New Issue
Block a user