Skip to content

Commit

Permalink
fix: accidentally updated mariadb version to non-existant one [no-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
olwalkey authored Dec 29, 2024
1 parent 79bef1d commit c33de67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ x-common:
#
services:
database:
image: mariadb:11.7
image: mariadb:10.5
restart: always
command: --default-authentication-plugin=mysql_native_password
volumes:
Expand Down

0 comments on commit c33de67

Please sign in to comment.