Skip to content

Commit

Permalink
Update README with Docker Hub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ordspilleren committed Jun 3, 2021
1 parent 1522eae commit 4ac0d5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The following features are supported:
The recommended way to run ChangeMonitor is using Docker. The below command should work well:

````
docker run -d --name changemonitor -v /path/to/config.json:/config/config.json -v /path/to/data:/data changemonitor
docker run -d --name changemonitor -v /path/to/config.json:/config/config.json -v /path/to/data:/data ordspilleren/changemonitor
````

Since ChangeMonitor compiles to a single binary, it will be equally easy to run it without Docker. You will find the compiled binaries in releases.
Expand All @@ -34,7 +34,7 @@ Below is an example of a Docker Compose setup with an external Chrome browser as
version: "3"
services:
changemonitor:
image: changemonitor:latest
image: ordspilleren/changemonitor:latest
container_name: changemonitor
volumes:
- type: bind
Expand All @@ -50,4 +50,4 @@ services:
container_name: chrome
command: ["--no-sandbox", "--remote-debugging-address=0.0.0.0", "--remote-debugging-port=9222"]
restart: unless-stopped
````
````

0 comments on commit 4ac0d5a

Please sign in to comment.