diff --git a/README.md b/README.md index ddc0a96..4873001 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Docker](https://img.shields.io/docker/pulls/realaravinth/librepages-conductor)](https://hub.docker.com/r/realaravinth/librepages-conductor) -[![status-badge](https://ci.batsense.net/api/badges/LibrePages/webhook/status.svg)](https://ci.batsense.net/LibrePages/webhook) +[![status-badge](https://ci.batsense.net/api/badges/LibrePages/conductor/status.svg)](https://ci.batsense.net/LibrePages/conductor)
@@ -16,7 +16,7 @@ conductor when a new hostname should be deployed. ```bash docker run -p 7000:7000 \ - -v $(pwd)/config/:/etc/lpwebhook/ \ - -e LPwebhook_CONFIG=/etc/lpwebhook/default.toml \ + -v $(pwd)/config/:/etc/lpconductor/ \ + -e LPCONDUCTOR_CONFIG=/etc/lpconductor/default.toml \ realaravinth/librepages-conductor:latest ```