Skip to content

Commit

Permalink
documentation changes to support mariadb 11.4
Browse files Browse the repository at this point in the history
bradymiller committed Jul 2, 2024
1 parent ee783ef commit 0712bef
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docker/openemr/7.0.3/README.md
Original file line number Diff line number Diff line change
@@ -22,8 +22,8 @@ version: '3.1'
services:
mysql:
restart: always
image: mariadb:10.11
command: ['mysqld','--character-set-server=utf8mb4']
image: mariadb:11.4
command: ['mariadbd','--character-set-server=utf8mb4']
volumes:
- databasevolume:/var/lib/mysql
environment:
@@ -51,7 +51,7 @@ volumes:
sitevolume: {}
databasevolume: {}
```
[![Try it!](https://github.com/play-with-docker/stacks/raw/cff22438cb4195ace27f9b15784bbb497047afa7/assets/images/button.png)](http://play-with-docker.com/?stack=https://gist.githubusercontent.com/bradymiller/cecc3159ce806aa520712bb2e1379392/raw/70e97b2ea90b555f16386c4403194c5cc709ec94/openemr-703-docker-example-docker-compose.yml)
[![Try it!](https://github.com/play-with-docker/stacks/raw/cff22438cb4195ace27f9b15784bbb497047afa7/assets/images/button.png)](http://play-with-docker.com/?stack=https://gist.githubusercontent.com/bradymiller/cecc3159ce806aa520712bb2e1379392/raw/f8d1ccb1d8d92bdb6cee8922ca4277700f519064/openemr-703-docker-example-docker-compose.yml)
## Environment Variables
6 changes: 3 additions & 3 deletions docker/openemr/flex-3.20/README.md
Original file line number Diff line number Diff line change
@@ -16,8 +16,8 @@ version: '3.1'
services:
mysql:
restart: always
image: mariadb:10.11
command: ['mysqld','--character-set-server=utf8mb4']
image: mariadb:11.4
command: ['mariadbd','--character-set-server=utf8mb4']
volumes:
- databasevolume:/var/lib/mysql
environment:
@@ -47,7 +47,7 @@ volumes:
sitevolume: {}
databasevolume: {}
```
[![Try it!](https://github.com/play-with-docker/stacks/raw/cff22438cb4195ace27f9b15784bbb497047afa7/assets/images/button.png)](http://play-with-docker.com/?stack=https://gist.githubusercontent.com/bradymiller/02910ee5ff1aedcee1e3dc450c9bbb56/raw/e7b600ce9f5ae0aeb86e8aaf14f606195bc258b9/openemr-flex-320-docker-example-docker-compose.yml)
[![Try it!](https://github.com/play-with-docker/stacks/raw/cff22438cb4195ace27f9b15784bbb497047afa7/assets/images/button.png)](http://play-with-docker.com/?stack=https://gist.githubusercontent.com/bradymiller/02910ee5ff1aedcee1e3dc450c9bbb56/raw/ce33363fafd5984d552ba71ef35f63f76ebb08f2/openemr-flex-320-docker-example-docker-compose.yml)
## Environment Variables
6 changes: 3 additions & 3 deletions docker/openemr/flex-edge/README.md
Original file line number Diff line number Diff line change
@@ -17,8 +17,8 @@ version: '3.1'
services:
mysql:
restart: always
image: mariadb:10.11
command: ['mysqld','--character-set-server=utf8mb4']
image: mariadb:11.4
command: ['mariadbd','--character-set-server=utf8mb4']
volumes:
- databasevolume:/var/lib/mysql
environment:
@@ -48,7 +48,7 @@ volumes:
sitevolume: {}
databasevolume: {}
```
[![Try it!](https://github.com/play-with-docker/stacks/raw/cff22438cb4195ace27f9b15784bbb497047afa7/assets/images/button.png)](http://play-with-docker.com/?stack=https://gist.githubusercontent.com/bradymiller/5b654d0c6fd996332dc604156680e1da/raw/5d0c026b355ca07dec518a1f7904521525e2695e/openemr-flex-edge-docker-example-docker-compose.yml)
[![Try it!](https://github.com/play-with-docker/stacks/raw/cff22438cb4195ace27f9b15784bbb497047afa7/assets/images/button.png)](http://play-with-docker.com/?stack=https://gist.githubusercontent.com/bradymiller/5b654d0c6fd996332dc604156680e1da/raw/72255a577d49e56076bf1cb0e089796550b8a7d0/openemr-flex-edge-docker-example-docker-compose.yml)
## Environment Variables

0 comments on commit 0712bef

Please sign in to comment.