Added time sync with host to some templates

This commit is contained in:
William Miceli
2019-05-15 09:37:51 -04:00
parent c46b373762
commit b74bf09c04
3 changed files with 15 additions and 2 deletions

View File

@@ -33,6 +33,8 @@ services:
{{- end}}
restart: on-failure
volumes:
- /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system
- /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system
{{- if eq .Values.PERSIST_CONF "true"}}
- /Rancher/${DATA_DIR}/Configuration:/usr/local/apache2/conf
{{- end}}