correct db in docker entrypoint

This commit is contained in:
2025-09-14 16:23:00 +02:00
parent 89d38c91cf
commit e947520be9

View File

@@ -13,7 +13,7 @@ import pymysql
while True:
try:
conn = pymysql.connect(
host='mysql',
host='192.168.88.37',
user='jobs',
password='jobdb',
database='jobs',