Closed S0und closed 2 years ago
Hi @S0und
thanks for raising this, yep should be /app/static
and not /www/assets
for volume mount. INIT_ASSETS=1
should remain for initial creation of config.json
but is not required after that
This should be solved in 1.0.3
now https://hub.docker.com/r/jez500/bender/tags
Hi
Although the current docker-compose file works, there is some miss match between the recommended settings and the actual compose file's content.
So you suggest the following for docker run:
If i try to use the same
/app/static
volume for the compose like you use for the docker run command, i get this:Nothing loads, only the page title is there as "Bender link dashboard".
if i add both volumes:
With
INIT_ASSETS=1
i get this the following error:With
INIT_ASSETS=0
- nothing loadsSo could you update the docker-compose file with all the necessary volumes? Maybe i did something wrong, but as i see it, i need to map
/app/static
to store the configs outside of the container, and i have to useINIT_ASSETS=1
otherwise nothing loads. I think i need both of these.