I have built a WordPress container in proxmox and now I want to change the WordPress admin login password.
for that you may need to logon to your wordpress container via ssh
then you need to navigate to
cd /var/www/wordpress/
then to check the list of user run command
wp user list
output you can pick the user ID like its 1
then run this command
wp user update 1 --user_pass=password --allow-root
All commands will need –allow-root