mirror of https://github.com/docker/docs.git
commit
829e6044ec
|
@ -110,7 +110,7 @@ def get_widgets() :
|
|||
|
||||
return json.dumps(json_data)
|
||||
|
||||
@app.route('/db')
|
||||
@app.route('/initdb')
|
||||
def db_init():
|
||||
mydb = mysql.connector.connect(
|
||||
host="mysqldb",
|
||||
|
@ -255,4 +255,4 @@ In the next module, we’ll take a look at how to set up a CI/CD pipeline using
|
|||
|
||||
## Feedback
|
||||
|
||||
Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs](https://github.com/docker/docker.github.io/issues/new?title=[Python%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates.
|
||||
Help us improve this topic by providing your feedback. Let us know what you think by creating an issue in the [Docker Docs](https://github.com/docker/docker.github.io/issues/new?title=[Python%20docs%20feedback]){:target="_blank" rel="noopener" class="_"} GitHub repository. Alternatively, [create a PR](https://github.com/docker/docker.github.io/pulls){:target="_blank" rel="noopener" class="_"} to suggest updates.
|
||||
|
|
Loading…
Reference in New Issue