fix: set mariadb image to 10.5 (#163)
Signed-off-by: Friedrich Greiner <greinerfriedrich@gmail.com>
This commit is contained in:
parent
4bbd137d73
commit
d74e52b4e9
@ -24,7 +24,7 @@ services:
|
|||||||
expose:
|
expose:
|
||||||
- 6379
|
- 6379
|
||||||
db:
|
db:
|
||||||
image: mariadb
|
image: mariadb:10.5
|
||||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user