You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To correct a "bad gateway" error, I modified these parameters in docker-compose.yml :
initial : - ./data/mysql:/var/lib/mysql
new : - ./mysql:/var/lib/mysql
Since then, I have been able to connect with the following logins:
Email: admin@example.com
Password: changeme
Everything works normally (certificates, redirection...) but I don't have any configuration available!
even if I look at the tables in mysql, they're empty?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
To correct a "bad gateway" error, I modified these parameters in docker-compose.yml :
initial : - ./data/mysql:/var/lib/mysql
new : - ./mysql:/var/lib/mysql
Since then, I have been able to connect with the following logins:
Email: admin@example.com
Password: changeme
Everything works normally (certificates, redirection...) but I don't have any configuration available!
even if I look at the tables in mysql, they're empty?
Beta Was this translation helpful? Give feedback.
All reactions