Hi all,
Is there a way configure a timezone ? I'm always in gmt time... i try to change with a new build with a dockerfile like this :
FROM prom/prometheus
RUN echo "Europe/Paris" > /etc/timezone && dpkg-reconfigure -f noninteractive tzdata
Not the good way ?
Hi all,
Is there a way configure a timezone ? I'm always in gmt time... i try to change with a new build with a dockerfile like this :
Not the good way ?