diff --git a/templates/Snipe-IT/0/docker-compose.yml b/templates/Snipe-IT/0/docker-compose.yml index b11284c..c0012db 100644 --- a/templates/Snipe-IT/0/docker-compose.yml +++ b/templates/Snipe-IT/0/docker-compose.yml @@ -53,7 +53,7 @@ services: restart: on-failure volumes: {{- if eq .Values.HOST_TIME "true"}} - - /etc/localtime:/etc/localtime:ro + - /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system {{- end}} - /RancherCattleData/${DATA_DIR}/Application:/var/lib/snipeit - /RancherCattleData/${DATA_DIR}/Backups:/var/www/html/storage/app/backups @@ -74,6 +74,7 @@ services: {{- end}} restart: on-failure volumes: + - /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system - /RancherCattleData/${DATA_DIR}/Database:/var/lib/mysql networks: