Add timezone configuration

This commit is contained in:
2018-11-24 09:57:14 +01:00
parent a22b77b3ef
commit b3bcb6fca8
3 changed files with 7 additions and 3 deletions

View File

@ -16,7 +16,6 @@ run:
-v "$(PWD)/data/repo:/fdroid/repo" \
-v "$(PWD)/data/metadata:/fdroid/metadata" \
-v "$(PWD)/data/keystore:/fdroid/keystore" \
-v "/etc/localtime:/etc/localtime:ro" \
-e "FDROID_REPO_HOST=0.0.0.0" \
-e "FDROID_REPO_NAME=My local repo" \
-e "FDROID_REPO_DESCRIPTION=My repo description" \