Skip to content

Commit

Permalink
Merge pull request #139 from xibosignage/release/23
Browse files Browse the repository at this point in the history
Release 2.3.10
  • Loading branch information
dasgarner authored Apr 8, 2021
2 parents a6b6e6e + 63e57dd commit 046c58d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cms_custom-ports.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2.1"

services:
cms-db:
image: mysql:5.6
image: mysql:5.7
volumes:
- "./shared/db:/var/lib/mysql:Z"
restart: always
Expand All @@ -20,7 +20,7 @@ services:
mem_limit: 256m
env_file: config.env
cms-web:
image: xibosignage/xibo-cms:release-2.3.9
image: xibosignage/xibo-cms:release-2.3.10
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-2.3.9
image: xibosignage/xibo-cms:release-2.3.10
volumes:
- "./shared/cms/custom:/var/www/cms/custom:Z"
- "./shared/backup:/var/www/backup:Z"
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2.1"

services:
cms-db:
image: mysql:5.6
image: mysql:5.7
volumes:
- "./shared/db:/var/lib/mysql:Z"
environment:
Expand All @@ -20,7 +20,7 @@ services:
mem_limit: 256m
env_file: config.env
cms-web:
image: xibosignage/xibo-cms:release-2.3.9
image: xibosignage/xibo-cms:release-2.3.10
volumes:
- "./shared/cms/custom:/var/www/cms/custom:Z"
- "./shared/backup:/var/www/backup:Z"
Expand Down

0 comments on commit 046c58d

Please sign in to comment.