The web app's Nginx container mounts /etc/timezone but that file doesn't always exist, for instance it doesn't in Ubuntu Server distribution
One can just write the timezone to that file, or set the TZ environment variable to fix it. In any case, this deserves a code update in the recipe, removing the mount and/or setting the env var.
Cheers
The web app's Nginx container mounts **/etc/timezone** but that file doesn't always exist, for instance it doesn't in Ubuntu Server distribution
One can just write the timezone to that file, or set the **TZ** environment variable to fix it. In any case, this deserves a code update in the recipe, removing the mount and/or setting the env var.
Cheers
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The web app's Nginx container mounts /etc/timezone but that file doesn't always exist, for instance it doesn't in Ubuntu Server distribution
One can just write the timezone to that file, or set the TZ environment variable to fix it. In any case, this deserves a code update in the recipe, removing the mount and/or setting the env var.
Cheers