We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02151f5 commit 826a1e2Copy full SHA for 826a1e2
1 file changed
README.md
@@ -95,7 +95,8 @@ curl -LJO "https://github.com/DatanoiseTV/tinyice/releases/latest/download/tinyi
95
chmod +x tinyice-* && mv tinyice-* tinyice && ./tinyice
96
97
# Or Docker — multi-arch images on GHCR (linux/amd64, linux/arm64)
98
-docker run --rm -p 8000:8000 -v tinyice-data:/data ghcr.io/datanoisetv/tinyice:latest
+# The image listens on 8080 and reads /data/config.json; reach it on :8000
99
+docker run --rm -p 8000:8080 -v tinyice-data:/data ghcr.io/datanoisetv/tinyice:latest
100
101
# Or from source — Go 1.25+, Node 20+
102
git clone https://github.com/DatanoiseTV/tinyice.git && cd tinyice && make build
0 commit comments