mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-10 06:53:00 +00:00
9c1f38621c
* Remove all of publicroomsapi * Remove references to publicroomsapi * Remove doc references to publicroomsapi
18 lines
654 B
Bash
Executable File
18 lines
654 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker pull matrixdotorg/dendrite:monolith
|
|
|
|
docker pull matrixdotorg/dendrite:appservice
|
|
docker pull matrixdotorg/dendrite:clientapi
|
|
docker pull matrixdotorg/dendrite:clientproxy
|
|
docker pull matrixdotorg/dendrite:eduserver
|
|
docker pull matrixdotorg/dendrite:federationapi
|
|
docker pull matrixdotorg/dendrite:federationsender
|
|
docker pull matrixdotorg/dendrite:federationproxy
|
|
docker pull matrixdotorg/dendrite:keyserver
|
|
docker pull matrixdotorg/dendrite:mediaapi
|
|
docker pull matrixdotorg/dendrite:currentstateserver
|
|
docker pull matrixdotorg/dendrite:roomserver
|
|
docker pull matrixdotorg/dendrite:syncapi
|
|
docker pull matrixdotorg/dendrite:userapi
|