Browse Source

no message

lixueqiang 2 years ago
parent
commit
f21e124acc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      db/Dockerfile

+ 1 - 1
db/Dockerfile

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