This website works better with JavaScript
Home
Explore
Help
Register
Sign In
david
/
huginn
mirror of
https://github.com/huginn/huginn.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
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
7b952fa8ac
commit
30fcbec7cc
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
docker/docker-compose.yml
+ 1
- 1
docker/docker-compose.yml
View File
@@ -1,6 +1,6 @@
mysqldata:
image: mysql
- command: true
+ command:
/bin/
true
mysql:
image: mysql