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 ca90e64 commit 6a4f36b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: addy

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

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

services:
db:
image: mariadb:10.5
image: mariadb:10
container_name: addy_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: addy_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: addy

services:
db:
image: mariadb:10.5
image: mariadb:10
container_name: addy_db
networks:
- addy
Expand Down

0 comments on commit 6a4f36b

Please sign in to comment.