JDK requirements fixed as well as mysql version in (#1425)

docker swarm

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2023-09-01 10:44:00 +03:00
committed by GitHub
parent b7fb5f131c
commit d9205ee4e2
3 changed files with 61 additions and 60 deletions

View File

@@ -31,7 +31,7 @@ services:
image: "mysql:8.0"
environment:
MYSQL_DATABASE: "hawkbit"
# MYSQL_USER: "root" is created by default in the container for mysql 5.7+
# MYSQL_USER: "root" is created by default in the container for mysql 8.0+
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
restart: always
ports: