fix: s/webhook/conductor/
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
2a2302c5fe
commit
d1a854ff4d
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
||||
<div align="center">
|
||||
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue