From 212d2e2b805f36daf3287ff008eb1c97c08798d0 Mon Sep 17 00:00:00 2001 From: Dan Garner Date: Thu, 30 Jul 2020 14:09:14 +0100 Subject: [PATCH] Release 3.0.0-alpha3 --- cms_custom-ports.yml.template | 2 +- cms_remote-mysql.yml | 2 +- docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cms_custom-ports.yml.template b/cms_custom-ports.yml.template index a23882c..57e4fdb 100644 --- a/cms_custom-ports.yml.template +++ b/cms_custom-ports.yml.template @@ -20,7 +20,7 @@ services: mem_limit: 256m env_file: config.env cms-web: - image: xibosignage/xibo-cms:release-3.0.0-alpha + image: xibosignage/xibo-cms:release-3.0.0-alpha2 volumes: - "./shared/cms/custom:/var/www/cms/custom:Z" - "./shared/backup:/var/www/backup:Z" diff --git a/cms_remote-mysql.yml b/cms_remote-mysql.yml index 74fb83e..971faab 100644 --- a/cms_remote-mysql.yml +++ b/cms_remote-mysql.yml @@ -9,7 +9,7 @@ services: env_file: config.env mem_limit: 256m cms-web: - image: xibosignage/xibo-cms:release-3.0.0-alpha + image: xibosignage/xibo-cms:release-3.0.0-alpha2 volumes: - "./shared/cms/custom:/var/www/cms/custom:Z" - "./shared/backup:/var/www/backup:Z" diff --git a/docker-compose.yml b/docker-compose.yml index 86a9cd9..197fa8c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,7 @@ services: mem_limit: 256m env_file: config.env cms-web: - image: xibosignage/xibo-cms:release-3.0.0-alpha + image: xibosignage/xibo-cms:release-3.0.0-alpha2 volumes: - "./shared/cms/custom:/var/www/cms/custom:Z" - "./shared/backup:/var/www/backup:Z"