Skip to content

Commit ebdbff7

Browse files
authored
Change database host from 'localhost' to 'mysql'
1 parent 7451c3d commit ebdbff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
def get_db():
77
return mysql.connector.connect(
8-
host="localhost",
8+
host="mysql",
99
user="f832139",
1010
password="password",
1111
database="sampledb"

0 commit comments

Comments
 (0)