Skip to content

Commit c600708

Browse files
authored
Merge pull request #1154 from sam2kb/master
Update dashPanel image references
2 parents e520c44 + 26fbc6c commit c600708

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,8 @@ See the [wiki](https://github.com/tagyoureit/nodejs-poolController/wiki/Docker).
105105
The project has multiple image channels. `latest` only means latest within that specific channel.
106106

107107
* `ghcr.io/tagyoureit/njspc` - official controller image published from this repository's GitHub Actions (tracks upstream `master`).
108-
* `ghcr.io/sam2kb/njspc` - fork-maintained controller image (can lag upstream).
109108
* `msmi/nodejs-poolcontroller` - legacy Docker Hub controller image (can lag upstream).
110-
* `ghcr.io/sam2kb/njspc-dash` - dashPanel image currently published separately.
109+
* `ghcr.io/rstrouse/njspc-dash` - dashPanel image currently published separately.
111110

112111
### Docker Compose (Controller + Optional dashPanel UI)
113112

@@ -146,7 +145,7 @@ services:
146145
# user: "0:0"
147146

148147
njspc-dash:
149-
image: ${NJSPC_DASH_IMAGE:-ghcr.io/sam2kb/njspc-dash}
148+
image: ${NJSPC_DASH_IMAGE:-ghcr.io/rstrouse/njspc-dash}
150149
container_name: njspc-dash
151150
restart: unless-stopped
152151
depends_on:
@@ -183,7 +182,6 @@ Notes:
183182
* Provide either RS-485 device OR enable network (ScreenLogic) connection.
184183
* `latest` is channel-specific; use image labels to verify exact code revision:
185184
* `docker image inspect ghcr.io/tagyoureit/njspc:latest --format '{{ index .Config.Labels "org.opencontainers.image.revision" }}'`
186-
* `docker image inspect ghcr.io/sam2kb/njspc:latest --format '{{ index .Config.Labels "org.opencontainers.image.revision" }}'`
187185
* `docker image inspect msmi/nodejs-poolcontroller:latest --format '{{ index .Config.Labels "git-commit" }}'`
188186
* Coordinates env vars prevent heliotrope warnings before the panel reports location.
189187
* Persistence (controller):

0 commit comments

Comments
 (0)