Explorar el Código

feat:修改shm_size

zhaohaipeng hace 3 meses
padre
commit
f1e46ebe07
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compose.yml

+ 1 - 1
compose.yml

@@ -19,7 +19,7 @@ services:
       service: app-base
     build:
       target: server
-    shm_size: 16gb
+    shm_size: 16g
     environment:
       COMPILE: ${COMPILE:-0}
       HALF: ${HALF:-true}