Skip to content

Commit c624044

Browse files
authored
Merge pull request #105 from sam2kb/master
Update Docker image references for njspc and njspc-dash
2 parents 0317655 + 8499f39 commit c624044

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Below is a minimal example running both the backend `nodejs-poolController` (ser
1818
```yaml
1919
services:
2020
njspc:
21-
image: ghcr.io/sam2kb/njspc
21+
image: ghcr.io/tagyoureit/njspc
2222
container_name: njspc
2323
restart: unless-stopped
2424
environment:
@@ -48,7 +48,7 @@ services:
4848
# user: "0:0"
4949

5050
njspc-dash:
51-
image: ghcr.io/sam2kb/njspc-dash
51+
image: ghcr.io/rstrouse/njspc-dash
5252
container_name: njspc-dash
5353
restart: unless-stopped
5454
depends_on:
@@ -83,7 +83,7 @@ The application loads configuration from `/app/config.json` at startup and rewri
8383
1. Create a host directory and seed the file (optional – if omitted, an empty file will be populated after first change):
8484
```bash
8585
mkdir -p config
86-
docker run --rm ghcr.io/sam2kb/njspc-dash cat /app/config.json > config/config.json
86+
docker run --rm ghcr.io/rstrouse/njspc-dash cat /app/config.json > config/config.json
8787
```
8888
2. Use the bind mount shown in the compose example: `./config/config.json:/app/config.json`.
8989
3. If the mounted file is empty, defaults + environment overrides are applied and the file will be written once you change settings via the UI/API.

0 commit comments

Comments
 (0)