wallabag / wallabag/docker

Another image download issue

Open
#416 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Shell
Stars
769
Forks
168
PR merge metrics
No merged PRs in 30d

Description

Hi,
I installed a docker instance of wallabag and I changed the volume to point to a folder in my home directory. The command used is :

docker run -v /home/leu/kDrive/wallabag/data:/var/www/wallabag/data -v /home/leu/kDrive/wallabag/images:/var/www/wallabag/web/assets/images -p 80:80 -e "SYMFONY__ENV__DOMAIN_NAME=http://localhost" wallabag/wallabag

When saving an article, the images are correctly saved to my folder /home/leu/kDrive/wallabag/images. When I look at the source code of the saved article, the link is for example, http://localhost/assets/images/c/6/c6cdf2cf/baa6c2da.jpeg. If I put this link in the address bar of my browser, the image shows up correctly but is not displayed when I read the saved article in wallabag.

I must be doing something wrong but don't know what.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.