Skip to content

Commit

Permalink
fix mysql broken version
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrayhan committed Jan 8, 2025
1 parent 91b43b3 commit e342c09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ services:
networks:
- go-network
mysqldb:
command: --default-authentication-plugin=mysql_native_password
platform: linux/x86_64
image: mysql:latest
image: mysql:8.0
restart: always
environment:
MYSQL_DATABASE: 'boilerplate_go'
Expand Down

0 comments on commit e342c09

Please sign in to comment.