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"