Skip to content
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

Custom images aren't loaded #39

Open
diogokunde opened this issue Jan 7, 2021 · 0 comments
Open

Custom images aren't loaded #39

diogokunde opened this issue Jan 7, 2021 · 0 comments

Comments

@diogokunde
Copy link

Hi,

I've configured a container and mapped /assets/custom/ with local directory which contains an 'images' folder. That folder contains two images. I'm trying to set one as logo and the other as background via environment variables and via custom config.inc.php but no one works. The config.inc.php file (mapped in /assets/custom/conf) already contains a several custom configs and all works well.

# config.inc.php

# Logo
$logo = "images/my-logo.png";

# Background image
$background_image = "images/my_background.jpg";

Entering in the container, the config file (/www/ssp/conf/config.inc.php) presents the two image variables with your default values. The environment variables are correct with same value as defined in config but are ignored. Editing the config file manually with same values works. However I think that this behavior isn't desired.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant