Skip to content

Commit

Permalink
Update pwd.yml
Browse files Browse the repository at this point in the history
changed some parameters, since syntax has changed:
- bench parameter for mariadb password is different
- mariadb parameter for password has changed
  • Loading branch information
vogt31337 authored Nov 25, 2024
1 parent 657dfbb commit 133764c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pwd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:
fi
done;
echo "sites/common_site_config.json found";
bench new-site --no-mariadb-socket --admin-password=admin --db-root-password=admin --install-app erpnext --set-default frontend;
bench new-site --no-mariadb-socket --admin-password=admin --mariadb-root-username=root --mariadb-root-password=admin --install-app erpnext --set-default frontend;
db:
image: mariadb:10.6
Expand All @@ -85,6 +85,7 @@ services:
- --skip-innodb-read-only-compressed # Temporary fix for MariaDB 10.6
environment:
MYSQL_ROOT_PASSWORD: admin
MARIADB_ROOT_PASSWORD: admin
volumes:
- db-data:/var/lib/mysql

Expand Down

0 comments on commit 133764c

Please sign in to comment.