Skip to content

Commit 3b36276

Browse files
authored
Update database image to MariaDB in installation guide (#8)
Switched the database image from MySQL to MariaDB:11.2 in the Docker Compose example. This ensures compatibility with the latest configurations and aligns with best practices for database setup. Adjusted the example for clarity and accuracy.
1 parent c1c86b8 commit 3b36276

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/how-to/installation/compose.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ services:
4040
- "pledger_uploads:/opt/storage/upload"
4141
pledger_db:
4242
container_name: pledger_db
43-
image: mysql
44-
args: ["--default-authentication-plugin=mysql_native_password"]
43+
image: mariadb:11.2
4544
volumes:
4645
- "pledger_db:/var/lib/mysql"
4746
environment:

0 commit comments

Comments
 (0)