Explorar o código

feat:修改HALF的传值方式

zhaohaipeng hai 2 días
pai
achega
3828e9e201
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compose.yml

+ 1 - 1
compose.yml

@@ -21,7 +21,7 @@ services:
       target: server
     environment:
       COMPILE: ${COMPILE:-0}
-      FISH_API_SERVER_ARGS: ${FISH_API_SERVER_ARGS:{}}
+      HALF: ${HALF:-true}
     profiles: ["server"]
     ports:
       - "${API_PORT:-8080}:8080"