mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
fix: create site command in pwd.yml
remove deprecated option and use new
This commit is contained in:
parent
1237b3fb04
commit
d2d780e8ee
1 changed files with 1 additions and 1 deletions
2
pwd.yml
2
pwd.yml
|
|
@ -67,7 +67,7 @@ services:
|
||||||
fi
|
fi
|
||||||
done;
|
done;
|
||||||
echo "sites/common_site_config.json found";
|
echo "sites/common_site_config.json found";
|
||||||
bench new-site --no-mariadb-socket --admin-password=admin --db-root-username=root --db-root-password=admin --install-app erpnext --set-default frontend;
|
bench new-site --mariadb-user-host-login-scope='%' --admin-password=admin --db-root-username=root --db-root-password=admin --install-app erpnext --set-default frontend;
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mariadb:10.6
|
image: mariadb:10.6
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue