MISP / x_old_misp_docker

MISP Docker (XME edition)
283 stars 168 forks source link

Timezone is not configured #103

Open xenthub opened 3 years ago

xenthub commented 3 years ago

Hello,

Timezone inside containers is always set to UTC despite being configured in .env .

From web/run.sh line 38, when the following command is executed, it resets the timezone to UTC : dpkg-reconfigure -f noninteractive tzdata

To fix this, inside docker-compose.yml , pass an additional environment variable named TZ with value ${TIMEZONE}

CloudArtAdmins commented 3 years ago

I see a timezone in the docker compose files and in the template.env. Don't want to make a pull request yourself to show what you mean?