mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
parent
d20be6f9d9
commit
8431fcd545
3 changed files with 3 additions and 3 deletions
|
|
@ -210,7 +210,7 @@ def create_site_in_bench(args):
|
||||||
"new-site",
|
"new-site",
|
||||||
f"--db-host=mariadb", # Should match the compose service name
|
f"--db-host=mariadb", # Should match the compose service name
|
||||||
f"--db-type={args.db_type}", # Add the selected database type
|
f"--db-type={args.db_type}", # Add the selected database type
|
||||||
f"--no-mariadb-socket ",
|
f"--no-mariadb-socket",
|
||||||
f"--db-root-password=123", # Replace with your PostgreSQL password
|
f"--db-root-password=123", # Replace with your PostgreSQL password
|
||||||
f"--admin-password={args.admin_password}",
|
f"--admin-password={args.admin_password}",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue