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 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 @@
 mysqldata:
   image: mysql
-  command: true
+  command: /bin/true
 
 mysql:
   image: mysql