Add a POPULAtE_DATABASE env to use an existing wallabag DB

This commit is contained in:
Matthieu Serrepuy
2017-01-16 22:44:43 +01:00
parent e41a237604
commit 2b13ed0703
2 changed files with 10 additions and 4 deletions

View File

@ -29,6 +29,7 @@ Default login is `wallabag:wallabag`.
- `-e SYMFONY__ENV__MAILER_PASSWORD=...`(defaults to "~", the SMTP password)
- `-e SYMFONY__ENV__FROM_EMAIL=...`(defaults to "wallabag@example.com", the address wallabag uses for outgoing emails)
- `-e SYMFONY__ENV__FOSUSER_REGISTRATION=...`(defaults to "true", enable or disable public user registration)
- `-e POPULATE_DATABASE=...`(defaults to "True". Does the DB has to be populated or is it an existing one)
## SQLite