This commit is contained in:
+4
-2
@@ -30,8 +30,10 @@ OLLAMA_MODEL=qwen3:32b
|
||||
#
|
||||
# To reach MAESTRO from another machine on a BARE-METAL install, set HOST
|
||||
# explicitly (e.g. 0.0.0.0) -- and enable auth in config.yaml first.
|
||||
# (The Docker image already sets HOST=0.0.0.0 inside the container; external
|
||||
# access is gated by the 127.0.0.1:9876 port mapping in docker-compose.yml.)
|
||||
# (Docker is different: the image sets HOST=0.0.0.0 inside the container AND
|
||||
# docker-compose.yml publishes the port on all host interfaces by default, so a
|
||||
# Docker deployment is LAN-reachable out of the box. Enable auth/TLS before
|
||||
# leaving it exposed; pin the compose mapping to 127.0.0.1:9876:9876 to undo.)
|
||||
# HOST=0.0.0.0
|
||||
|
||||
# HTTP(S) listen port (default 9876).
|
||||
|
||||
Reference in New Issue
Block a user