Skip to content

Commit

Permalink
Add mariadb 10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 16, 2022
1 parent 4583e6d commit 5db6b0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ FS_METHOD=direct

### --- MARIADB ----

MARIADB_TAG=10.8-3.22.0
MARIADB_TAG=10.9-3.22.0
#MARIADB_TAG=10.8-3.22.0
#MARIADB_TAG=10.7-3.22.0
#MARIADB_TAG=10.6-3.22.0
#MARIADB_TAG=10.5-3.22.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The WordPress stack consist of the following containers:
| [WordPress] | 6 | [wodby/wordpress] |||
| [PHP] | 8.1, 8.0, 7.4 | [wodby/wordpress-php] || |
| Crond | | [wodby/wordpress-php] |||
| [MariaDB] | 10.8-10.3 | [wodby/mariadb] |||
| [MariaDB] | 10.9-10.3 | [wodby/mariadb] |||
| [Redis] | 7, 6, 5 | [wodby/redis] || |
| [Memcached] | 1 | [wodby/memcached] | | |
| [Varnish] | 6.0, 4.1 | [wodby/varnish] | | |
Expand Down
2 changes: 1 addition & 1 deletion tests/.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DB_PASSWORD=wordpress
DB_ROOT_PASSWORD=password
DB_HOST=mariadb

MARIADB_TAG=10.8-3.22.0
MARIADB_TAG=10.9-3.22.0
NGINX_TAG=1.23-5.26.0
REDIS_TAG=7-3.14.7
VARNISH_TAG=6.0-4.12.0
Expand Down

0 comments on commit 5db6b0c

Please sign in to comment.