/
How to change the Timezone in a Docker container?
Convertigo Public Knowledge base
How to change the Timezone in a Docker container?
By default, a Docker container uses UTC as its timezone.
To change the Docker container Timezone, you may:
_ Specify the TZ at container creation with the follwing setting:
docker run --name convertigo -e TZ=Europe/Paris -p 28080:28080 convertigo:latest
_ Install the tzdata package in the container:
apt-get update && apt-get install -y tzdata
dpkg-reconfigure tzdata
Source: How to Change the Timezone in a Docker Container – TecAdmin
, multiple selections available,
Related content
Automatically restart Docker Convertigo Server after host reboot
Automatically restart Docker Convertigo Server after host reboot
More like this
Read/Write access rights for the Convertigo Server Workspace
Read/Write access rights for the Convertigo Server Workspace
More like this
How to duplicate Schedulers on a new Server?
How to duplicate Schedulers on a new Server?
More like this
Backup your CouchDB databases
Backup your CouchDB databases
More like this
Use specific Ionic Template for a project
Use specific Ionic Template for a project
More like this
Can't create a new project from template
Can't create a new project from template
More like this
(c) Convertigo 2023 https://www.convertigo.com