Skip to content

Commit

Permalink
examples: bump mariadb version
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed May 26, 2024
1 parent ebc3622 commit d4717bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/compose/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flarum

services:
db:
image: mariadb:10.5
image: mariadb:10
container_name: flarum_db
command:
- "mysqld"
Expand Down
2 changes: 1 addition & 1 deletion examples/subfolder/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
restart: always

db:
image: mariadb:10.5
image: mariadb:10
container_name: flarum_db
command:
- "mysqld"
Expand Down
2 changes: 1 addition & 1 deletion examples/traefik/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
restart: always

db:
image: mariadb:10.5
image: mariadb:10
container_name: flarum_db
command:
- "mysqld"
Expand Down
2 changes: 1 addition & 1 deletion test/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flarum

services:
db:
image: mariadb:10.5
image: mariadb:10
container_name: flarum_db
command:
- "mysqld"
Expand Down

0 comments on commit d4717bc

Please sign in to comment.