File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
7070docker 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
7777Open: ` 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
8181Outputs 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
8686docker pull ghcr.io/reprodev/capo2keys:latest
8787docker 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 \
9696Use the included compose example:
9797
9898``` bash
99- docker compose up -d
99+ docker compose -f docker-compose.ghcr.yml up -d
100100```
101101
102102Default image reference in that file:
You can’t perform that action at this time.
0 commit comments