mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 00:55:10 +00:00
parent
d20be6f9d9
commit
8431fcd545
3 changed files with 3 additions and 3 deletions
|
|
@ -68,4 +68,4 @@ services:
|
||||||
# network_mode: "host"
|
# network_mode: "host"
|
||||||
volumes:
|
volumes:
|
||||||
mariadb-data:
|
mariadb-data:
|
||||||
#postgresql-data:
|
#postgresql-data:
|
||||||
|
|
|
||||||
|
|
@ -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}",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -101,4 +101,4 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
|
||||||
else
|
else
|
||||||
echo "Error: Unsupported operating system."
|
echo "Error: Unsupported operating system."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue