From 101413f82abf4da0eefa8d4c009061ff4faea618 Mon Sep 17 00:00:00 2001 From: yedf2 <120050102@qq.com> Date: Wed, 21 Sep 2022 07:50:50 +0800 Subject: [PATCH] remove timezone config --- helper/compose.store.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/helper/compose.store.yml b/helper/compose.store.yml index 0fb4707..83e929f 100644 --- a/helper/compose.store.yml +++ b/helper/compose.store.yml @@ -4,7 +4,6 @@ services: image: 'mysql:5.7' volumes: - /etc/localtime:/etc/localtime:ro - - /etc/timezone:/etc/timezone:ro environment: MYSQL_ALLOW_EMPTY_PASSWORD: 1 command: @@ -19,7 +18,6 @@ services: command: postgres --max_prepared_transactions=1000 volumes: - /etc/localtime:/etc/localtime:ro - - /etc/timezone:/etc/timezone:ro environment: POSTGRES_PASSWORD: mysecretpassword POSTGRES_DB: dtm @@ -30,13 +28,11 @@ services: image: 'redis' volumes: - /etc/localtime:/etc/localtime:ro - - /etc/timezone:/etc/timezone:ro ports: - '6379:6379' mongo: image: yedf/mongo-rs volumes: - /etc/localtime:/etc/localtime:ro - - /etc/timezone:/etc/timezone:ro ports: - '27017:27017'