Skip to content

Commit

Permalink
Merge pull request #150 from dasgarner/release/30
Browse files Browse the repository at this point in the history
Release 3.0.4
  • Loading branch information
dasgarner committed Nov 23, 2021
2 parents a97ccfc + 8f3ea5c commit 52dc515
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.3
image: xibosignage/xibo-cms:release-3.0.4
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.3
image: xibosignage/xibo-cms:release-3.0.4
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.3
image: xibosignage/xibo-cms:release-3.0.4
volumes:
- "./shared/cms/custom:/var/www/cms/custom:Z"
- "./shared/backup:/var/www/backup:Z"
Expand Down

0 comments on commit 52dc515

Please sign in to comment.