emo1509
emo1509
> I've been trying to accomplish a similar thing with MySQL/MariaDB. > > The provisioner requires root database access by default: https://github.com/wallabag/docker/blob/master/root/etc/ansible/entrypoint.yml#L88 > However, the environment variable `POPULATE_DATABASE=False` disables this...
> > > I've been trying to accomplish a similar thing with MySQL/MariaDB. > > > The provisioner requires root database access by default: https://github.com/wallabag/docker/blob/master/root/etc/ansible/entrypoint.yml#L88 > > > However, the...
> 2\. sudo docker exec -t wallabag /var/www/wallabag/bin/console wallabag:install --env=prod --no-interaction Thank you very much !! This solved my problem and it created the wallabag tables in MariaDB10 on my...