Skip to content

Commit

Permalink
Release 2.3.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
dasgarner committed Jan 30, 2020
1 parent 27ed6c8 commit 177b0de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cms_custom-ports.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
mem_limit: 256m
env_file: config.env
cms-web:
image: xibosignage/xibo-cms:release-2.3.0-alpha
image: xibosignage/xibo-cms:release-2.3.0-beta
volumes:
- "./shared/cms/custom:/var/www/cms/custom"
- "./shared/backup:/var/www/backup"
Expand Down
2 changes: 1 addition & 1 deletion cms_remote-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
env_file: config.env
mem_limit: 256m
cms-web:
image: xibosignage/xibo-cms:release-2.3.0-alpha
image: xibosignage/xibo-cms:release-2.3.0-beta
volumes:
- "./shared/cms/custom:/var/www/cms/custom"
- "./shared/backup:/var/www/backup"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
mem_limit: 256m
env_file: config.env
cms-web:
image: xibosignage/xibo-cms:release-2.3.0-alpha
image: xibosignage/xibo-cms:release-2.3.0-beta
volumes:
- "./shared/cms/custom:/var/www/cms/custom"
- "./shared/backup:/var/www/backup"
Expand Down

0 comments on commit 177b0de

Please sign in to comment.