-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on Fresh Docker-compose install #170
Comments
Looks like an issue connecting to the database? |
Did you ever figure this out @aiveras ? I’m having the same problem with a new docker install. |
I'm having the same problem as well Hmm... After some trial and error, I tried to delete all volumes and start it up again. I let it start up completely (took a couple of minutes) without connecting to it. |
I have the same issue. Creating wallabag_wallabag_1 ... done As you can see the provisioner finishes succesfully but no joy. My docker-compose here: version: '3.1' services: wallabag:
networks:
redis: networks: |
I was also seeing cd /var/www/wallabag
php bin/console wallabag:install --env=prod -n
SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist I didn't give wallabag root access to mariadb. I have set |
I tried the same thing by running (replace %containername% with the ID or name or your container) It dit throw some errors in the process:
|
It's just some warning, no errors are displayed here. |
I have the same problem |
@jzt308 Alternatively, first mark the code/log: You can click 'Preview', your text will now look like this:
|
See this line:
Where is the You are likely experiencing a different issue, see here: #174 (comment) |
I just tried to deploy wallabag with docker-compose. Here is my docker-compose file:
This is the error:
for privacy reasons i replaced domain and tld.
The text was updated successfully, but these errors were encountered: