mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2024-10-01 03:35:38 -04:00
Readme: add alternate Docker build method
This commit is contained in:
parent
85c7b685e5
commit
109ceed0bb
@ -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…
Reference in New Issue
Block a user