Skip to content

Commit

Permalink
Use Use OracleLinux-based MySQL Docke
Browse files Browse the repository at this point in the history
I'd rather use Debian, but Oracle doesn't provide ARM builds of MySQL
for Debian.
  • Loading branch information
matiasgarciaisaia committed Feb 22, 2024
1 parent 4e03a6a commit ad9224d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- 80

db:
image: mysql:8.0-debian
image: mysql:8.0
command: --default-authentication-plugin=mysql_native_password
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
Expand Down

0 comments on commit ad9224d

Please sign in to comment.