Skip to content

Commit 2557e2a

Browse files
authored
fix: [DEVOPS-298] Remove version and x64 platform specification from mysql docker-compose item (#234)
* build: remove version and platform specification from mysql docker image also fix the config * cleanup: remove commented-out code also add explicit version
1 parent c0ff210 commit 2557e2a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

custom-mysql-settings.cnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[mysqld]
22
max_allowed_packet=32M
3-
sql_mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
3+
sql_mode=ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
44
lower_case_table_names=1

docker-compose.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ services:
4343
- cassandra
4444
mysql:
4545
container_name: streamr-dev-mysql
46-
platform: linux/x86_64
47-
image: mysql:5.7
46+
image: mysql:9.1.0
4847
init: true
4948
networks:
5049
- streamr-network

0 commit comments

Comments
 (0)