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

@ -14,7 +14,6 @@ docker run -it -d \
-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=${REPO_HOST}" \
-e "FDROID_REPO_EMAIL=${REPO_EMAIL}" \
-e "FDROID_REPO_NAME=${REPO_NAME}" \