Skip to content

Commit 84b68a5

Browse files
authored
Update README.md
Changed references to capo-to-keys to capo2keys
1 parent 111b281 commit 84b68a5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,18 @@ I hope you get as much use out of this as I do and feel free to make suggestions
6565
## Quick Start (Docker)
6666

6767
```bash
68-
docker build -t capo-to-keys:latest -f dockerfile .
68+
docker build -t capo2keys:local -f dockerfile .
6969

7070
docker run -d \
71-
--name Capo2Keys \
71+
--name capo2keys \
7272
-p 4506:4506 \
7373
-v "./data:/data" \
74-
capo-to-keys:latest
74+
capo2keys:local
7575
```
7676

7777
Open: `http://localhost:4506`
7878

79-
`capo-to-keys:latest` in this section is a local image tag built on your machine.
79+
`capo2keys:local` in this section is a local image tag built on your machine.
8080

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

@@ -85,7 +85,7 @@ Outputs are written to `/data/outputs` (mapped to your local volume path).
8585
```bash
8686
docker pull ghcr.io/reprodev/capo2keys:latest
8787
docker run -d \
88-
--name Capo2Keys \
88+
--name capo2keys \
8989
-p 4506:4506 \
9090
-v "./data:/data" \
9191
ghcr.io/reprodev/capo2keys:latest
@@ -96,7 +96,7 @@ docker run -d \
9696
Use the included compose example:
9797

9898
```bash
99-
docker compose up -d
99+
docker compose -f docker-compose.ghcr.yml up -d
100100
```
101101

102102
Default image reference in that file:

0 commit comments

Comments
 (0)