lixueqiang hace 2 años
padre
commit
8d98126add
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      db/Dockerfile

+ 1 - 1
db/Dockerfile

@@ -1,6 +1,6 @@
 FROM mysql/mysql-server:8.0.32
 
-ENV TZ=Asia/Shanghai
+ENV TZ=Asia/Shanghai 111
 
 RUN ln -sf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone