Skip to content

Commit

Permalink
mariadb: /usr/bin/mysql -> /usr/bin/mariadb
Browse files Browse the repository at this point in the history
  • Loading branch information
aieu committed Dec 29, 2024
1 parent b51b61d commit 50835ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
version:
description: 'version'
required: true
default: '10.11.10'
default: '11.4.4'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion mariadb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ VOLUME ["/var/lib/mysql"]

ENTRYPOINT ["/docker-entrypoint.sh"]

CMD /usr/bin/mysqld \
CMD /usr/bin/mariadbd \
--user=mysql \
--console \
--skip-name-resolve \
Expand Down

0 comments on commit 50835ec

Please sign in to comment.