Added dropdown for choice of PHP version

This commit is contained in:
WilliamMiceli
2019-06-01 16:07:05 -04:00
parent c87f461355
commit 96192bcd69
2 changed files with 15 additions and 1 deletions

View File

@@ -2,7 +2,9 @@ version: '2'
services:
joomla:
image: joomla:latest
{{- if eq .Values.IMAGE_VERSION "Apache (PHP 7.1)"}}image: joomla:php7.1-apache{{- else}}
{{- if eq .Values.IMAGE_VERSION "Apache (PHP 7.2)"}}image: joomla:php7.2-apache{{- else}}
{{- if eq .Values.IMAGE_VERSION "Apache (PHP 7.3)"}}image: joomla:php7.3-apache{{- end}}
dns: # Using Cloudflare DNS
- 1.1.1.1
- 1.0.0.1