Skip to content

Commit

Permalink
fix(mysql): all issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MM25Zamanian committed Nov 30, 2024
1 parent f60d612 commit b909430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/mysql/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use a lightweight MySQL image
FROM mysql:8.0
FROM mariadb:11.4.4-noble

# Set the default authentication plugin
ENV MYSQL_ROOT_PASSWORD=your_root_password
Expand Down

0 comments on commit b909430

Please sign in to comment.