Skip to content

Commit

Permalink
Use OracleLinux-based MySQL Docker image
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 4767b28 commit d677e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -2,7 +2,7 @@ version: '2.0'

services:
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 d677e74

Please sign in to comment.