diff --git a/cms_custom-ports.yml.template b/cms_custom-ports.yml.template index 61a7095..300815a 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.1.0-alpha + image: xibosignage/xibo-cms:release-2.1.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 3adb62f..fbe699b 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.1.0-alpha + image: xibosignage/xibo-cms:release-2.1.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 eb2f9b1..27168f4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: mem_limit: 256m env_file: config.env cms-web: - image: xibosignage/xibo-cms:release-2.1.0-alpha + image: xibosignage/xibo-cms:release-2.1.0-alpha2 volumes: - "./shared/cms/custom:/var/www/cms/custom" - "./shared/backup:/var/www/backup"