aspendigital / docker-octobercms

Dockerized October CMS: PHP, Composer, October core and dependencies
MIT License
150 stars 54 forks source link

Theme volume assets not found in browser #39

Closed demoskp closed 4 years ago

demoskp commented 4 years ago

I am having an issue with a volume I created for a theme I am loading on the host machine. I.e

volumes:
    - src/exampletheme:/var/www/html/themes/exampletheme

and this works by showing the theme in the backend but my stylesheets, scripts are not found.

I initially thought this was an issue with permissions but its not as I set the permissions to that exampletheme and subsequent folders as such:

chmod -R 2755 exampletheme

This changed permissions but still couldn't see the files in the browser.

Themes downloaded and installed from the admin work however.

Any thoughts?