This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
david
/
huginn
mirror of
https://github.com/huginn/huginn.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
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 năm trước cách đây
mục cha
7b952fa8ac
commit
30fcbec7cc
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
1
1
docker/docker-compose.yml
+ 1
- 1
docker/docker-compose.yml
Xem Tập Tin
@@ -1,6 +1,6 @@
mysqldata:
image: mysql
- command: true
+ command:
/bin/
true
mysql:
image: mysql