Skip to content

Commit

Permalink
[pinpoint-apm#213] fix mysql cpu arch. support issue
Browse files Browse the repository at this point in the history
fix container run error: "Fatal glibc error: CPU does not support x86-64-v2"
Reference: docker-library/mysql#1055
  • Loading branch information
yjqg6666 committed Jul 1, 2024
1 parent d601a55 commit 31cdb4a
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 @@ -43,7 +43,7 @@ services:

pinpoint-mysql:
container_name: pinpoint-mysql
image: mysql:8.0
image: mysql:8.0.37-oraclelinux8
restart: "no"
hostname: pinpoint-mysql
entrypoint: >
Expand Down

0 comments on commit 31cdb4a

Please sign in to comment.