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
I added persistance to the mysql database by modifing row 15 of the docker-compose.yml:
- ./mysqldata:/var/lib/mysql
But still when I destroy and rebuild the containers the admin password is empty and the default language is reset to English. Is it possible to set those values via environment variables or to let it persist in any other way?
The text was updated successfully, but these errors were encountered:
I added persistance to the mysql database by modifing row 15 of the
docker-compose.yml
:- ./mysqldata:/var/lib/mysql
But still when I destroy and rebuild the containers the admin password is empty and the default language is reset to English. Is it possible to set those values via environment variables or to let it persist in any other way?
The text was updated successfully, but these errors were encountered: