Skip to content

Commit

Permalink
Update mariadb Docker tag to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 7, 2023
1 parent 23bfc95 commit 81dcf03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-unified/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
MARIADB_PASSWORD: "super_strong_password"
MARIADB_DATABASE: "bitwarden_vault"
MARIADB_RANDOM_ROOT_PASSWORD: "true"
image: mariadb:10
image: mariadb:11
restart: always
volumes:
- data:/var/lib/mysql
Expand Down

0 comments on commit 81dcf03

Please sign in to comment.