add TimeZone selection

This commit is contained in:
2022-07-01 08:09:18 +02:00
parent 88e213a927
commit 36cf9edd13
3 changed files with 16 additions and 6 deletions
+1
View File
@@ -10,6 +10,7 @@ run_docker_container() {
-e UID=$(id -u) \
-e GID=$(id -g) \
-e MAINTENANCE_ENABLE="true" \
-e TZ="Europe/Vienna" \
-v "$PWD"/crontab.txt:/crontab.txt \
-v "$PWD"/maintain_repo.sh:/maintain_repo.sh \
-v "$PWD"/sshkeys:/sshkeys \