From 4251385a3a0394252b84fd633e5f238460c1e879 Mon Sep 17 00:00:00 2001 From: William Miceli <1-WilliamMiceli@git.williammiceli.systems> Date: Mon, 3 Jun 2019 16:01:39 -0400 Subject: [PATCH] Using my own modified Joomla image to increase maximum PHP upload limit to 64MB --- templates/Joomla/0/docker-compose.yml | 2 +- templates/Joomla/0/rancher-compose.yml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/Joomla/0/docker-compose.yml b/templates/Joomla/0/docker-compose.yml index 28b7f47..50c1836 100644 --- a/templates/Joomla/0/docker-compose.yml +++ b/templates/Joomla/0/docker-compose.yml @@ -2,7 +2,7 @@ version: '2' services: joomla: - image: joomla:${IMAGE_VERSION} + image: williammiceli/joomla:${IMAGE_VERSION} dns: # Using Cloudflare DNS - 1.1.1.1 - 1.0.0.1 diff --git a/templates/Joomla/0/rancher-compose.yml b/templates/Joomla/0/rancher-compose.yml index bf2b07a..31501c4 100644 --- a/templates/Joomla/0/rancher-compose.yml +++ b/templates/Joomla/0/rancher-compose.yml @@ -48,9 +48,7 @@ catalog: required: true type: enum options: - - php7.1-apache - - php7.2-apache - - php7.3-apache + - php7.3 - variable: "DATA_DIR" label: "Data Directory"