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

Ian Blenke 9 years ago
parent
commit
30fcbec7cc
1 changed files with 1 additions and 1 deletions
  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