Skip to content

Commit

Permalink
Merge pull request #200 from dasgarner/develop
Browse files Browse the repository at this point in the history
Release 4.0.8
  • Loading branch information
dasgarner committed Mar 12, 2024
2 parents e2398be + 970dba7 commit 21ef750
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
Expand Up @@ -20,7 +20,7 @@ services:
mem_limit: 256m
env_file: config.env
cms-web:
image: ghcr.io/xibosignage/xibo-cms:release-4.0.7
image: ghcr.io/xibosignage/xibo-cms:release-4.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
Expand Up @@ -9,7 +9,7 @@ services:
env_file: config.env
mem_limit: 256m
cms-web:
image: ghcr.io/xibosignage/xibo-cms:release-4.0.7
image: ghcr.io/xibosignage/xibo-cms:release-4.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
Expand Up @@ -20,7 +20,7 @@ services:
mem_limit: 256m
env_file: config.env
cms-web:
image: ghcr.io/xibosignage/xibo-cms:release-4.0.7
image: ghcr.io/xibosignage/xibo-cms:release-4.0.8
volumes:
- "./shared/cms/custom:/var/www/cms/custom:Z"
- "./shared/backup:/var/www/backup:Z"
Expand Down

0 comments on commit 21ef750

Please sign in to comment.