bump port

This commit is contained in:
2026-05-03 10:27:25 +07:00
parent 5b112ba5ec
commit a0713b260b
2 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ services:
image: ghcr.io/ggml-org/llama.cpp:server-cuda
container_name: llama-server
ports:
- "${PORT:-8080}:8080"
# Явный IPv4 на хосте (избегаем привязки только к [::] в части окружений).
- "0.0.0.0:${PORT:-8080}:8080"
volumes:
- ./models:/models:ro
# Старый docker-compose v1 не знает ключ `gpus:` — используем runtime nvidia (см. daemon.json от toolkit).