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
For the compose install guide, add a short explanation how to create the db:
docker exec -it mindwendel_db_1 sh
su -- postgres
psql
postgres=# CREATE USER mindwendel WITH PASSWORD 'mindwendel';
postgres=# CREATE DATABASE mindwendel;
postgres=# GRANT ALL PRIVILEGES ON DATABASE mindwendel TO mindwendel;
\q
exit
Add the new env variables:
DATABASE_SSL: "false"
MW_DEFAULT_LOCALE: en
The text was updated successfully, but these errors were encountered:
For the compose install guide, add a short explanation how to create the db:
Add the new env variables:
The text was updated successfully, but these errors were encountered: