feat: fix oauth unknown authority in docker (#871)

This commit is contained in:
Bingchang Chen
2022-07-09 17:36:56 +08:00
committed by GitHub
parent 06759041a8
commit 0baae87390
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
if [ "${MYSQL_ROOT_PASSWORD}" = "" ] ;then MYSQL_ROOT_PASSWORD=123456 ;fi
service mariadb start