Skip to content

Commit 66419e1

Browse files
committed
fix: db-name(v2)
1 parent 9320fc2 commit 66419e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: mrs_proj/mrs_proj/settings_prod.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'NAME': 'myproject',
1414
'USER': 'myuser',
1515
'PASSWORD': 'password',
16-
'HOST': 'postgresql-db', # Это имя сервиса из docker-compose.yml
16+
'HOST': '172.18.0.2', # Это имя сервиса из docker-compose.yml
1717
'PORT': '5432',
1818
}
1919
}

0 commit comments

Comments
 (0)