feat: add docker and ci status badges and docker container init docs
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
efb0e147fd
commit
fa5336c5b8
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -1,5 +1,21 @@
|
|||
[](https://hub.docker.com/r/realaravinth/librepages-forms)
|
||||
[](https://ci.batsense.net/LibrePages/forms)
|
||||
|
||||
|
||||
<div align="center">
|
||||
<h1> Forms </h1>
|
||||
<p>
|
||||
</div>
|
||||
|
||||
Generic forms server, for use with librepages.org
|
||||
|
||||
|
||||
## Launch docker container
|
||||
|
||||
|
||||
```bash
|
||||
docker run -p 7000:7000 \
|
||||
-v $(pwd)/config/:/etc/lpforms/ \
|
||||
-e LPFORMS_CONFIG=/etc/lpforms/default.toml \
|
||||
realaravinth/librepages-forms:latest
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue