You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by kl...@apache.org on 2022/06/20 08:55:05 UTC

[incubator-devlake] branch main updated: fix: docker-compose platform (#2263)

This is an automated email from the ASF dual-hosted git repository.

klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new 7aec459b fix:  docker-compose platform (#2263)
7aec459b is described below

commit 7aec459bbcb885e138ad8359e38d0c050c51baa9
Author: abeizn <10...@users.noreply.github.com>
AuthorDate: Mon Jun 20 16:55:01 2022 +0800

    fix:  docker-compose platform (#2263)
    
    * fix: multi-data connections support for github and fix docker-compose
    
    * fix: docker-compose platform
    
    * fix: docker-compose platform
---
 docker-compose.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docker-compose.yml b/docker-compose.yml
index 4c4ee4c1..6069df69 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -17,6 +17,7 @@ version: "3"
 services:
   mysql:
     image: mysql:8.0.26
+    platform: linux/x86_64
     volumes:
       - mysql-storage:/var/lib/mysql
     restart: always