From 22808f730add2f1565f23bd3d863de65562ec00e Mon Sep 17 00:00:00 2001 From: Dan Garner Date: Fri, 27 Sep 2019 15:25:34 +0100 Subject: [PATCH] Release 2.2.0-alpha2 --- 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 57615f2..196f43e 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-2.2.0-alpha + image: xibosignage/xibo-cms:release-2.2.0-alpha2 volumes: - "./shared/cms/custom:/var/www/cms/custom" - "./shared/backup:/var/www/backup" diff --git a/cms_remote-mysql.yml b/cms_remote-mysql.yml index 8bcc5f1..a764b0a 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-2.2.0-alpha + image: xibosignage/xibo-cms:release-2.2.0-alpha2 volumes: - "./shared/cms/custom:/var/www/cms/custom" - "./shared/backup:/var/www/backup" diff --git a/docker-compose.yml b/docker-compose.yml index 7f5cedf..81c624c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,7 @@ services: env_file: config.env restart: always cms-web: - image: xibosignage/xibo-cms:release-2.2.0-alpha + image: xibosignage/xibo-cms:release-2.2.0-alpha2 volumes: - "./shared/cms/custom:/var/www/cms/custom" - "./shared/backup:/var/www/backup"