From 8f534917ea64f70002d462f2529e580302dd7343 Mon Sep 17 00:00:00 2001 From: appleg <42970055+appleg1226@users.noreply.github.com> Date: Sun, 13 Mar 2022 18:10:43 +0900 Subject: [PATCH] Update docker-compose.yaml --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index c870ff4..7b81233 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -12,7 +12,7 @@ services: - "3306:3306" volumes: - ./db:/var/lib/mysql - platform: linux/amd64 # for m1 mac +# platform: linux/amd64 # for m1 mac mysql-query: container_name: query-mysql image: mysql:8.0.21 @@ -41,4 +41,4 @@ services: KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181 KAFKA_AUTO_CREATE_TOPICS_ENABLE: 'true' volumes: - - /var/run/docker.sock:/var/run/docker.sock \ No newline at end of file + - /var/run/docker.sock:/var/run/docker.sock