Installed Flarum with Docker/Docker compose and it's running in Portainer.
I get this error when I try to do the forum installation: "Something went wrong: SQLSTATE[HY000] [2002] Connection refused" without the quotes.
Logs from Portainer:
[INFO] Setting folder permissions
[INFO] First launch, installation...
Installing Flarum...
Connecting to database...failed
Rolling back...
In Pipeline.php line 85:
Step failed
In Exception.php line 18:
SQLSTATE[HY000] [1045] Access denied for user 'flarum'@'172.18.0.3' (using
password: YES)
In PDOConnection.php line 40:
SQLSTATE[HY000] [1045] Access denied for user 'flarum'@'172.18.0.3' (using
password: YES)
install [-f|--file FILE] [-c|--config CONFIG]
[INFO] End of flarum installation
[INFO] End of startup script. Forum is starting.
Installed in Docker don't know if that info is available on docker/New to Docker and Docker compose setups.