Add alternate method to sync time inside the docker

This commit is contained in:
herlesupreeth
2020-09-25 08:09:00 +02:00
parent f9c33ccfa4
commit 27fad29530
16 changed files with 47 additions and 2 deletions

View File

@@ -46,3 +46,6 @@ sed -i 's|FHOSS_IP|'$FHOSS_IP'|g' /etc/bind/ims_zone
sed -i 's|EPC_DOMAIN|'$EPC_DOMAIN'|g' /etc/bind/named.conf
sed -i 's|IMS_DOMAIN|'$IMS_DOMAIN'|g' /etc/bind/named.conf
# Sync docker time
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone