Heesung Kim

Results 15 comments of Heesung Kim

I installed Mobius Docker and got a same result. I found that mysql on mobius_docker_db_1 does not have any table. ![image](https://user-images.githubusercontent.com/19328795/72994555-a4ac4500-3e3a-11ea-8010-eef4f7b26456.png)

@mKay00 @lovele0107 I found the cause. IoTKETI removed sql directory from Mobius but Mobius_Docker still uses it. Enter ``` mkdir sql cp ./mobius/mobiusdb.sql ./sql/mobiusdb.sql ``` after Mobius_Docker Installation step 4....

@mKay00 I found the cause. healthcheck command of Mobius_Docker is wrong. ![image](https://user-images.githubusercontent.com/19328795/73069666-a422b580-3ef1-11ea-89d4-7064bccc33ab.png) Command should include password. ![image](https://user-images.githubusercontent.com/19328795/73070204-1778f700-3ef3-11ea-8392-74821c4896ab.png) Change line 18 of docker-compose.yml in Mobius Docker from ``` test: ["CMD", "mysqladmin"...

Mobius time zone is UTC.