Fix docker host
This commit is contained in:
parent
c03792d0e3
commit
277418bf72
|
|
@ -148,9 +148,8 @@ DATABASES = {
|
|||
'PORT': os.environ.get('DB_PORT'),
|
||||
},
|
||||
'legacy': {
|
||||
# mysql://92.53.66.27:3306
|
||||
'ENGINE': 'django.db.backends.mysql',
|
||||
'HOST': '92.53.66.27',
|
||||
'HOST': '172.19.0.1',
|
||||
'PORT': 3306,
|
||||
'NAME': 'dev',
|
||||
'USER': 'dev',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user