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