Skip to content

Commit

Permalink
use mysql:8 in docker
Browse files Browse the repository at this point in the history
stancl committed Jan 21, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 8f2cb89 commit 7ce7629
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions docker-compose-m1.override.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
services:
mysql:
# platform: linux/amd64 # either one works
image: arm64v8/mysql
mysql2:
# platform: linux/amd64 # either one works
image: arm64v8/mysql
mssql:
image: mcr.microsoft.com/azure-sql-edge
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ services:
stdin_open: true
tty: true
mysql:
image: mysql:5.7
image: mysql:8
environment:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: main
@@ -46,7 +46,7 @@ services:
tmpfs:
- /var/lib/mysql
mysql2:
image: mysql:5.7
image: mysql:8
environment:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: main

0 comments on commit 7ce7629

Please sign in to comment.