mirror of https://github.com/docker/docs.git
commit
829e6044ec
|
@ -110,7 +110,7 @@ def get_widgets() :
|
||||||
|
|
||||||
return json.dumps(json_data)
|
return json.dumps(json_data)
|
||||||
|
|
||||||
@app.route('/db')
|
@app.route('/initdb')
|
||||||
def db_init():
|
def db_init():
|
||||||
mydb = mysql.connector.connect(
|
mydb = mysql.connector.connect(
|
||||||
host="mysqldb",
|
host="mysqldb",
|
||||||
|
|
Loading…
Reference in New Issue