Kusanagi wordpress Docker setup
-
I downloaded, installed and running this: https://github.com/pressmaninc/pm-kusanagi-docker
When I run
docker psI see:`
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
38dc833a65e2 pressmaninc/pm-kusanagi-nginx:latest “nginx -g ‘daemon of…” 17 minutes ago Up 17 minutes 0.0.0.0:80->80/tcp, :::80->80/tcp, 0.0.0.0:443->443/tcp, :::443->443/tcp pm.kusanagi.nginx
4aa31e843c5b pressmaninc/pm-kusanagi-php73:latest “docker-php-entrypoi…” 17 minutes ago Up 17 minutes 9000/tcp pm.kusanagi.php7
e6875e1b811a mariadb:latest “docker-entrypoint.s…” 17 minutes ago Up 17 minutes 3306/tcp pm.kusanagi.mariadb
`
and I get the WordPress
Set up your database connection screen.But I have no idea what to fill in.
I tried navigating to localhost:3306 and it just takes me back to the “setup your database connection screen”.I did
`
sudo docker exec -it e6875e1b811a sh
# echo nobu
nobu
# mysql -u root -p
Enter password:
ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES)
` -
Hi there!
You’ll want to reach out directly to that plugin developers.
You can also try the community forums at https://wordpress.org/support/forums/.
Here, we can only help with WordPress.com sites.
- The topic ‘Kusanagi wordpress Docker setup’ is closed to new replies.