Skip to content

Commit

Permalink
fix: Issue with wordpress beinh talked about when not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyro3400 authored Oct 4, 2024
1 parent b665665 commit 344f2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/server/database/mariadb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ CREATE USER "DBHMariaDB"@"your_allowed_ipaddr" IDENTIFIED BY "Dbh!sTheBest!@";
<Tip>
Please note: You **need** to use the nodes actual IP address, using the domain won't work

Also: Please note that `your_allowed_ipaddr` is the IP of the node that your Wordpress are hosted on. If it's on a same node, use Docker local IP `172.17.0.1`
Also: Please note that `your_allowed_ipaddr` is the IP of the node that your server is hosted on. If it's on a same node, use Docker local IP `172.17.0.1`

</Tip>

Expand Down

0 comments on commit 344f2dc

Please sign in to comment.