mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-20 05:29:11 -04:00
Readme: add alternate Docker build method
This commit is contained in:
parent
85c7b685e5
commit
109ceed0bb
1 changed files with 4 additions and 0 deletions
|
@ -77,6 +77,10 @@ docker build -t pantalaimon .
|
|||
# volume below is for where Pantalaimon should dump some data.
|
||||
docker run -it --rm -v /path/to/pantalaimon/dir:/data -p 8008:8008 pantalaimon
|
||||
```
|
||||
The Docker image in the above example can alternatively be built straight from any branch or tag without the need to clone the repo, just by using this syntax:
|
||||
```bash
|
||||
docker build -t pantalaimon github.com/matrix-org/pantalaimon#master
|
||||
```
|
||||
|
||||
An example `pantalaimon.conf` for Docker is:
|
||||
```conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue