File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Below is a minimal example running both the backend `nodejs-poolController` (ser
1818``` yaml
1919services :
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
83831. 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 ` ` `
88882. Use the bind mount shown in the compose example : ` ./config/config.json:/app/config.json` .
89893. 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.
You can’t perform that action at this time.
0 commit comments