diff --git a/torodb-postgresql/docker-compose.yml b/torodb-postgresql/docker-compose.yml index dd421c1ac..a46de5fb0 100644 --- a/torodb-postgresql/docker-compose.yml +++ b/torodb-postgresql/docker-compose.yml @@ -108,6 +108,9 @@ services: - TORODB_BACKEND_USER=wekan - TORODB_BACKEND_PASSWORD=wekan - DEBUG + volumes: + - /etc/localtime:/etc/localtime:ro + - /etc/timezone:/etc/timezone:ro postgres: image: quay.io/wekan/postgres:9.6 networks: @@ -116,6 +119,9 @@ services: - POSTGRES_PASSWORD=wekan ports: - "5432:5432" + volumes: + - /etc/localtime:/etc/localtime:ro + - /etc/timezone:/etc/timezone:ro mongodb: image: mongo:3.2 networks: