Skip to content

Commit e7d7a05

Browse files
committed
build: remove version and platform specification from mysql docker image
also fix the config
1 parent aec55aa commit e7d7a05

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

custom-mysql-settings.cnf

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ services:
4343
- cassandra
4444
mysql:
4545
container_name: streamr-dev-mysql
46-
platform: linux/x86_64
47-
image: mysql:5.7
46+
# platform: linux/x86_64
47+
image: mysql #:5.7
4848
init: true
4949
networks:
5050
- streamr-network

0 commit comments

Comments
 (0)