Skip to content

Commit

Permalink
Merge pull request #367 from marcelorodrigo/main
Browse files Browse the repository at this point in the history
Fix #366 Moving to mysql/mysql-server as it provides images for linux/arm64/v8
  • Loading branch information
simjanos-dev authored Dec 26, 2024
2 parents 8f695a2 + 622023c commit 12594b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose-dev-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
extra_hosts:
- "host.docker.internal:host-gateway"
mysql:
image: mysql:8.0
image: mysql/mysql-server:8.0
container_name: linguacafe-database-dev
restart: unless-stopped
tty: true
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
extra_hosts:
- "host.docker.internal:host-gateway"
mysql:
image: mysql:8.0
image: mysql/mysql-server:8.0
container_name: linguacafe-database-dev
restart: unless-stopped
tty: true
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
extra_hosts:
- "host.docker.internal:host-gateway"
mysql:
image: mysql:8.0
image: mysql/mysql-server:8.0
container_name: linguacafe-database
restart: unless-stopped
tty: true
Expand Down

0 comments on commit 12594b1

Please sign in to comment.