Change the host for the mysql server.
This commit is contained in:
@@ -7,7 +7,7 @@ DATABASES = {
|
||||
'ENGINE': 'django.db.backends.mysql',
|
||||
'NAME': 'mayan_edms',
|
||||
'USER': 'root',
|
||||
'HOST': 'localhost',
|
||||
'HOST': 'mysql',
|
||||
'PORT': '3306',
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user