Skip to content

Commit 31aba7c

Browse files
Per Enstedtclaude
andcommitted
fix: Update README Docker Hub references to eyevinntechnology
Update Docker Hub organization from 'eyevinntech' to 'eyevinntechnology' in Quick Start and CI/CD sections. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 21b7115 commit 31aba7c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Open your browser to `http://localhost:3000` to access the web UI.
4949

5050
```bash
5151
# Pull and run the latest version
52-
docker pull eyevinntech/strom:latest
53-
docker run -p 3000:3000 -v $(pwd)/data:/data eyevinntech/strom:latest
52+
docker pull eyevinntechnology/strom:latest
53+
docker run -p 3000:3000 -v $(pwd)/data:/data eyevinntechnology/strom:latest
5454

5555
# Or build locally
5656
docker build -t strom .
@@ -128,8 +128,8 @@ When a version tag is pushed (e.g., `v0.1.0`):
128128
Pre-built Docker images are available:
129129

130130
```bash
131-
docker pull eyevinntech/strom:latest
132-
docker pull eyevinntech/strom:0.1.0 # Specific version
131+
docker pull eyevinntechnology/strom:latest
132+
docker pull eyevinntechnology/strom:0.1.0 # Specific version
133133
```
134134

135135
## Architecture

0 commit comments

Comments
 (0)