We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how set the correct timezone?
The text was updated successfully, but these errors were encountered:
sorry for the disturb but i've solved by adding a TZ= Europe/Rome in the environment section inside the docker-compose.. This is my docker-compose.yml
version: '3' services: rpi-monitor: container_name: rpi-monitor image: michaelmiklis/rpi-monitor:latest restart: unless-stopped devices: - /dev/vcsm-cma:/dev/vcsm-cma - /dev/vchiq:/dev/vchiq volumes: - /proc:/dockerhost/proc:ro - /usr/lib:/dockerhost/usr/lib:ro - /etc:/dockerhost/etc:ro - /sys:/dockerhost/sys:ro - /boot:/boot - /opt/vc:/opt/vc - ./cgroup:/sys/fs/cgroup # - ./rpimonitor:/etc/rpimonitor # - ./stat:/var/lib/rpimonitor/stat #to store rrd db but don't work environment: - TZ=Europe/Rome ports: - "8888:8888"
Sorry, something went wrong.
I'm using docker run but for me doing -e TZ=America/Indianapolis didn't throw any errors and everything appears to line up correctly.
docker run
-e TZ=America/Indianapolis
No branches or pull requests
how set the correct timezone?
The text was updated successfully, but these errors were encountered: