Skip to content

Commit c5173c3

Browse files
authored
documentation changes for mariadb 11.8 (#465)
1 parent 07c66e9 commit c5173c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/openemr/7.0.4/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version: '3.1'
2222
services:
2323
mysql:
2424
restart: always
25-
image: mariadb:11.4
25+
image: mariadb:11.8
2626
command: ['mariadbd','--character-set-server=utf8mb4']
2727
volumes:
2828
- databasevolume:/var/lib/mysql

docker/openemr/flex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ version: '3.1'
1616
services:
1717
mysql:
1818
restart: always
19-
image: mariadb:11.4
19+
image: mariadb:11.8
2020
command: ['mariadbd','--character-set-server=utf8mb4']
2121
volumes:
2222
- databasevolume:/var/lib/mysql

0 commit comments

Comments
 (0)