Skip to content

Commit 50b41ac

Browse files
Update mariadb Docker tag to v11
1 parent 26be155 commit 50b41ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-unified/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
MARIADB_PASSWORD: "super_strong_password"
2424
MARIADB_DATABASE: "bitwarden_vault"
2525
MARIADB_RANDOM_ROOT_PASSWORD: "true"
26-
image: mariadb:10
26+
image: mariadb:11
2727
restart: always
2828
volumes:
2929
- data:/var/lib/mysql

0 commit comments

Comments
 (0)