wallabag / docker

Official docker-composer for wallabag.
572 stars 150 forks source link

Wallabag crude pages, style problem(?), using Portainer #414

Closed bashprompt closed 1 month ago

bashprompt commented 2 months ago

Docker is running on an Asustor NAS, running their ADM OS, using Portainer CE.

Wallabag is functioning. I can create users, set up clients, and save web pages.

I gather that the wallabag pages looking like means that the wallabag server is not using style information correctly.

wallabag

I have searched and followed suggestions from other "no style" issues, like #121 and #115, and #3547. I have also consulted numerous other user's examples. I have tried every recommendation for SYMFONY_ENV_DOMAIN_NAME=, the the -PORTS line of the compose file.

I have not been successful getting the wallabag pages to display correctly.

My compose file, based on wallabag's github example: compose-for-posting.txt

Here is a log: log.txt

bashprompt commented 1 month ago

Turned out to be my inconsistent / incorrect use of underscores in the compose environment settings. _ vs in the naming of SYMFONYENV__ variables. Once that was sorted the server worked as advertised.