Skip to content

Commit

Permalink
Merge pull request #159 from dasgarner/release/30
Browse files Browse the repository at this point in the history
Release 3.0.8
  • Loading branch information
dasgarner committed Mar 8, 2022
2 parents 316583b + 1e07791 commit 09fc796
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-3.0.7
image: xibosignage/xibo-cms:release-3.0.8
volumes:
- "./shared/cms/custom:/var/www/cms/custom:Z"
- "./shared/backup:/var/www/backup:Z"
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-3.0.7
image: xibosignage/xibo-cms:release-3.0.8
volumes:
- "./shared/cms/custom:/var/www/cms/custom:Z"
- "./shared/backup:/var/www/backup:Z"
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-3.0.7
image: xibosignage/xibo-cms:release-3.0.8
volumes:
- "./shared/cms/custom:/var/www/cms/custom:Z"
- "./shared/backup:/var/www/backup:Z"
Expand Down

0 comments on commit 09fc796

Please sign in to comment.