Closed demoskp closed 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?
I am having an issue with a volume I created for a theme I am loading on the host machine. I.e
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:
This changed permissions but still couldn't see the files in the browser.
Themes downloaded and installed from the admin work however.
Any thoughts?