Skip to content

Commit dc5f752

Browse files
committed
Use latest image and data volume defaults in docs and compose
1 parent 8cb7f7e commit dc5f752

1 file changed

Lines changed: 8 additions & 13 deletions

File tree

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,28 +43,21 @@ docker run -d \
4343

4444
Open: `http://localhost:4506`
4545

46-
`capo-to-keys:dev` in this section is a local image tag built on your machine.
46+
`capo-to-keys:latest` in this section is a local image tag built on your machine.
4747

4848
Outputs are written to `/data/outputs` (mapped to your local volume path).
4949

5050
## Pull From GHCR (No Local Build)
5151

52-
Pinned release (recommended for reproducible testing):
53-
5452
```bash
55-
docker pull ghcr.io/reprodev/capotokeys:v1.0
56-
docker run --rm -it \
53+
docker pull ghcr.io/reprodev/capotokeys:latest
54+
docker run -d \
5755
--name capotokeys \
5856
-p 4506:4506 \
59-
-v "$(pwd)/appdata/config/capotokeys:/data" \
60-
ghcr.io/reprodev/capotokeys:v1.0
57+
-v "./data:/data" \
58+
ghcr.io/reprodev/capotokeys:latest
6159
```
6260

63-
Latest default-branch image:
64-
65-
```bash
66-
docker pull ghcr.io/reprodev/capotokeys:latest
67-
```
6861
## Quick Start (GHCR + Compose)
6962

7063
Use the included compose example:
@@ -91,7 +84,6 @@ Published GHCR image format:
9184

9285
Common tags:
9386

94-
- `v1.0` (current release tag)
9587
- `latest` (default branch, moving tag)
9688
- `dev` (dev branch)
9789
- `vX.Y.Z` (future release tags)
@@ -194,3 +186,6 @@ MIT — see `LICENSE`.
194186

195187

196188

189+
190+
191+

0 commit comments

Comments
 (0)