mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Set local timezone in containers
This commit is contained in:
parent
8cbb0d0d50
commit
af16e045f4
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ def create_container(container_name: str, podman_args: str):
|
||||||
run(
|
run(
|
||||||
f"""podman create \
|
f"""podman create \
|
||||||
--name {container_name} \
|
--name {container_name} \
|
||||||
|
--tz local \
|
||||||
{podman_args}""",
|
{podman_args}""",
|
||||||
check=True,
|
check=True,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue