eduardogsilva / routerfleet

RouterFleet: An open-source solution for centralized router and network equipment management. Initially focused on Mikrotik devices, it offers simplified backups, updates, and security. Perfect for managing a fleet of devices efficiently. Join us in evolving RouterFleet's capabilities
MIT License
65 stars 3 forks source link

Wrong Timezone variable #23

Closed hellofaduck closed 4 months ago

hellofaduck commented 4 months ago

You need to change TIMEZONE variable in docker-compose.yml to TZ. With TIMEZONE time inside routerfleet container is UTC, bit if i declare "export TZ=America/Santiago" i am getting what i want UPDATE: and maybe you need to pass this var to cron container to? I'am not shure what this container do...

eduardogsilva commented 4 months ago

I've made a new update to properly apply the timezone variable to the OS. No need to upgrade the .env file.

Thanks for pointing it out