mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-02-21 07:09:49 -05:00
Merge pull request #127 from pataquets/patch-1
Readme: add alternate, quicker Docker build method
This commit is contained in:
commit
8cdea3e637
@ -77,6 +77,10 @@ docker build -t pantalaimon .
|
|||||||
# volume below is for where Pantalaimon should dump some data.
|
# volume below is for where Pantalaimon should dump some data.
|
||||||
docker run -it --rm -v /path/to/pantalaimon/dir:/data -p 8008:8008 pantalaimon
|
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:
|
An example `pantalaimon.conf` for Docker is:
|
||||||
```conf
|
```conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user