Browse Source

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

Ian Blenke 9 năm trước cách đây
mục cha
commit
30fcbec7cc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docker/docker-compose.yml

+ 1 - 1
docker/docker-compose.yml

@@ -1,6 +1,6 @@
 mysqldata:
   image: mysql
-  command: true
+  command: /bin/true
 
 mysql:
   image: mysql