Changing the mysql-data command: from true to /bin/true to avoid a Go boolean conversion error that dsander identified

Ian Blenke 9 年之前
父节点
当前提交
30fcbec7cc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docker/docker-compose.yml

+ 1 - 1
docker/docker-compose.yml

@@ -1,6 +1,6 @@
1 1
 mysqldata:
2 2
   image: mysql
3
-  command: true
3
+  command: /bin/true
4 4
 
5 5
 mysql:
6 6
   image: mysql