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

Ian Blenke лет %!s(int64=9): %!d(string=назад)
Родитель
Сommit
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