Add dockerfiles for 0.3.0M9 and fix docker-compose to use mysql 8.0 (#1422)
Signed-off-by: Stanislav Trailov <Stanislav.Trailov@bosch.io>
This commit is contained in:
committed by
GitHub
parent
b364740a4e
commit
b7fb5f131c
@@ -28,7 +28,7 @@ services:
|
||||
# MySQL service
|
||||
# ---------------------
|
||||
mysql:
|
||||
image: "mysql:5.7"
|
||||
image: "mysql:8.0"
|
||||
environment:
|
||||
MYSQL_DATABASE: "hawkbit"
|
||||
# MYSQL_USER: "root" is created by default in the container for mysql 5.7+
|
||||
|
||||
Reference in New Issue
Block a user