Skip to content

Commit d660c2c

Browse files
committed
fix: update Docker deployment instructions to use pre-built image
1 parent 854c52f commit d660c2c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ go run .
3333
### 🐳 Deploy with Docker
3434

3535
```bash
36-
git clone https://github.com/wavezync/pulse-bridge.git
37-
cd pulse-bridge
38-
docker build -t pulse-bridge .
39-
docker run -d -p 8080:8080 pulse-bridge
36+
docker pull ghcr.io/wavezync/pulsebridge:latest
37+
docker run -d -p 8080:8080 ghcr.io/wavezync/pulsebridge:latest
4038
```
4139

4240
Update the [config.yml](https://github.com/wavezync/pulse-bridge/blob/main/config.yml) in the project root to add your services and databases. Then rebuild the binary or Docker image and run it.

0 commit comments

Comments
 (0)