fix: s/webhook/conductor/
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Aravinth Manivannan 2022-10-05 16:11:46 +05:30
parent 2a2302c5fe
commit d1a854ff4d
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 3 additions and 3 deletions

View File

@ -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
```