Просмотр исходного кода

feat(docker-compose): 恢复 --gateway-mode disabled,当前 Docker 部署不需要 Higress

kinglee 1 неделя назад
Родитель
Сommit
dcae4db2b8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docker-compose/docker-compose.server.yaml

+ 1 - 1
docker-compose/docker-compose.server.yaml

@@ -24,7 +24,7 @@ services:
     depends_on:
       postgres:
         condition: service_healthy
-    entrypoint: ["/usr/bin/entrypoint.sh", "--gateway-mode", "embedded"]
+    entrypoint: ["/usr/bin/entrypoint.sh", "--gateway-mode", "disabled"]
     environment:
       GPUSTACK_DATABASE_URL: postgresql://gpustack:${POSTGRES_PASSWORD:-gpustack}@postgres:5432/gpustack
     volumes: