Matrix : BUILD YOUR OWN IMAGES 2
This commit is contained in:
parent
0dd0b7c9d6
commit
da943fcfe9
|
@ -15,6 +15,7 @@ if podman volume exists ${confvolume} || podman volume exists ${dbvolume}; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
source ${ABSDIR}/zz_build-images.sh &&
|
||||
podman volume create ${confvolume} && \
|
||||
podman volume create ${dbvolume} && \
|
||||
podman run -it --name ${container_name}-generate --mount type=volume,src=${confvolume},dst=/data -e SYNAPSE_SERVER_NAME=${GARBAYE_MATRIX_DOMAIN} -e SYNAPSE_REPORT_STATS=no ${synapse_image}:${synapse_version} generate && \
|
||||
|
|
Loading…
Reference in a new issue