diff --git a/docker-compose.yaml b/docker-compose.yaml index 7afec91..842e2e1 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -7,3 +7,8 @@ services: privileged: true environment: - url=${url} + - TZ=Europe/Berlin + +# volumes: +# - "/etc/localtime:/etc/localtime:ro" +# - "/etc/timezone:/etc/timezone:ro"