This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
david
/
huginn
spogulis no
https://github.com/huginn/huginn.git
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Vikivietne
Pārlūkot izejas kodu
Changing the mysql-data command: from true to /bin/true to avoid a Go boolean conversion error that dsander identified
Ian Blenke
9 gadi atpakaļ
vecāks
7b952fa8ac
revīzija
30fcbec7cc
1 mainītis faili
ar
1 papildinājumiem
un
1 dzēšanām
Dalītais skats
Rādīt salīdzināšanas statistiku
1
1
docker/docker-compose.yml
+ 1
- 1
docker/docker-compose.yml
Parādīt failu
@@ -1,6 +1,6 @@
mysqldata:
image: mysql
- command: true
+ command:
/bin/
true
mysql:
image: mysql