You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in your dockerimage the filesender/config/config.php is untouched. your template will not be used or is not used correctly.
i had to edit the config.php manually.
EDIT: entire config files not filled with env vars!
i also need to fill simplesamlphp/config.php and so on!
The text was updated successfully, but these errors were encountered:
3x3cut0r
added a commit
to 3x3cut0r/filesender-container
that referenced
this issue
Apr 21, 2022
docker build works locally but encounters an error in a buildx gitaction at "COPY assets /", see here: docker/buildx#150
-> this is because /etc/service is not empty or a symbolic link
we can fix this by removing /etc/service just before the COPY command as we copy the service folder anyways becuse it is in the assists folder.
this will fix the issue AvesIT#5: AvesIT#5
in your dockerimage the filesender/config/config.php is untouched. your template will not be used or is not used correctly.
i had to edit the config.php manually.
EDIT: entire config files not filled with env vars!
i also need to fill simplesamlphp/config.php and so on!
The text was updated successfully, but these errors were encountered: