# Dark theme does not apply when running in a container

**URL:** https://discourse.nodered.org/t/dark-theme-does-not-apply-when-running-in-a-container/91009
**Category:** Dashboard
**Created:** [16 September 2024 03:01 UTC](https://discourse.nodered.org/t/dark-theme-does-not-apply-when-running-in-a-container/91009 "2024-09-16T03:01:55Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![chainhead](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/chainhead/32/40800_2.png) [@chainhead](https://discourse.nodered.org/u/chainhead)
#### Post date: [16 September 2024 03:01 UTC](https://discourse.nodered.org/t/dark-theme-does-not-apply-when-running-in-a-container/91009/1 "2024-09-16T03:01:55Z")

</div>

I have a dashboard where I have set the theme to dark. When I launch `node-red` on CLI and access the dashboard, the dark theme is applied. However, when I am running the same in a container, via Docker Compose, the dark theme is not applied. Light theme applies. Here is the relevant `Dockerfile`. In `settings.js`, the only change I have made for container deployment is to block the editor.

How do I get the dashboard to appear in dark?

```Dockerfile
FROM nodered/node-red

RUN npm i node-red-dashboard node-red-contrib-sse-client node-red-node-ui-table
COPY flows/flows.json /data/flows.json
COPY install/settings.js /data/settings.js

```

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/1X/d073cd938eafa2e558d7c2cd59003b3ef4963033.png) [@system](https://discourse.nodered.org/u/system)
#### Post date: [16 October 2024 03:02 UTC](https://discourse.nodered.org/t/dark-theme-does-not-apply-when-running-in-a-container/91009/2 "2024-10-16T03:02:21Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
