mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
fix database access errors for new builds
This commit is contained in:
parent
911c4ca6ce
commit
fb62aa3ce6
1 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ def main():
|
||||||
install_apps=install_apps,
|
install_apps=install_apps,
|
||||||
source_sql=None,
|
source_sql=None,
|
||||||
force=force,
|
force=force,
|
||||||
|
no_mariadb_socket=True,
|
||||||
db_type=db_type,
|
db_type=db_type,
|
||||||
reinstall=False,
|
reinstall=False,
|
||||||
db_host=db_host,
|
db_host=db_host,
|
||||||
|
|
@ -80,6 +81,7 @@ def main():
|
||||||
install_apps=install_apps,
|
install_apps=install_apps,
|
||||||
source_sql=None,
|
source_sql=None,
|
||||||
force=force,
|
force=force,
|
||||||
|
no_mariadb_socket=True,
|
||||||
reinstall=False,
|
reinstall=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue