Rank 1: Thread
Hi, I downloaded the docker compose and .env file from the official documentation page.
https://appwrite.io/docs/advanced/self-hosting
When I start up the compose with the given command i get the following errors in the log:
appwrite-maintenance exited with code 0
appwrite-mariadb | 2024-04-08 7:59:33 928 [Warning] Access denied for user 'user'@'172.18.0.16' (using password: YES)
appwrite-mariadb | 2024-04-08 7:59:34 929 [Warning] Access denied for user 'user'@'172.18.0.18' (using password: YES)
appwrite-mariadb | 2024-04-08 7:59:34 930 [Warning] Access denied for user 'user'@'172.18.0.13' (using password: YES)
appwrite-mariadb | 2024-04-08 7:59:34 931 [Warning] Access denied for user 'user'@'172.18.0.14' (using password: YES)
appwrite-mariadb | 2024-04-08 7:59:34 932 [Warning] Access denied for user 'user'@'172.18.0.16' (using password: YES)
appwrite-mariadb | 2024-04-08 7:59:35 933 [Warning] Access denied for user 'user'@'172.18.0.18' (using password: YES)
appwrite-mariadb | 2024-04-08 7:59:35 934 [Warning] Access denied for user 'user'@'172.18.0.13' (using password: YES)
appwrite-scheduler-functions | Failed to create connection: SQLSTATE[HY000] [1045] Access denied for user 'user'@'172.18.0.13' (using password: YES)
I am just trying to host it on my local machine.
Could it be that there is an error in the default compose/.env file?