hootbike

Results 1 issues of hootbike

Hello, I have a hawkbit server behin traefik proxy, here the docker-compose config ``` mysql: image: "mysql:latest" environment: MYSQL_DATABASE: "hawkbit" MYSQL_ALLOW_EMPTY_PASSWORD: "true" restart: always ports: - "3306:3306" volumes: mysql-db-data:/var/lib/mysql labels:...