Skip to content

Commit 4a50015

Browse files
committed
fix readme
1 parent 55f86e9 commit 4a50015

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Access the dashboard at **http://localhost:8080**
6262

6363
Pre-built images are available:
6464
- **GitHub Container Registry**: `ghcr.io/sirrobot01/mcpulse:latest`
65-
- **Docker Hub**: `cy01//mcpulse:latest`
65+
- **Docker Hub**: `cy01/mcpulse:latest`
6666

6767
For detailed installation and configuration, see the [documentation](https://docs.mcpulse.io)
6868

docs/docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before you begin, ensure you have:
2020

2121
The fastest way to get MCPulse running is using the pre-built Docker images. MCPulse images are available on:
2222
- **GitHub Container Registry**: `ghcr.io/sirrobot01/mcpulse`
23-
- **Docker Hub**: `cy01//mcpulse`
23+
- **Docker Hub**: `cy01/mcpulse`
2424

2525
### Step 1: Pull the Docker Image
2626

@@ -31,7 +31,7 @@ Choose either GitHub Container Registry or Docker Hub:
3131
docker pull ghcr.io/sirrobot01/mcpulse:latest
3232

3333
# Or from Docker Hub
34-
docker pull cy01//mcpulse:latest
34+
docker pull cy01/mcpulse:latest
3535
```
3636

3737
### Step 2: Create Docker Compose Configuration
@@ -54,7 +54,7 @@ services:
5454
- mcpulse-data:/var/lib/postgresql/data
5555

5656
mcpulse:
57-
image: ghcr.io/sirrobot01/mcpulse:latest # or cy01//mcpulse:latest
57+
image: ghcr.io/sirrobot01/mcpulse:latest # or cy01/mcpulse:latest
5858
ports:
5959
- "8080:8080" # Web UI and API
6060
- "9090:9090" # gRPC endpoint

docs/docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Built in Go - handles 10,000+ events/second with sub-second query latency.
4343
docker pull ghcr.io/sirrobot01/mcpulse:latest
4444

4545
# Or from Docker Hub
46-
docker pull cy01//mcpulse:latest
46+
docker pull cy01/mcpulse:latest
4747
```
4848

4949
Create `docker-compose.yml`:

0 commit comments

Comments
 (0)