Added time sync with host to some templates
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user