Compare commits

..

No commits in common. "57cf5103c554d124da550cfd74dc4399810de5f6" and "70632c26c2a24f6699e9c3af069eeb357ff40f7e" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View file

@ -77,7 +77,7 @@
matrix_app:
container_name: matrix
image: matrixdotorg/synapse:v0.99.5
image: matrixdotorg/synapse:v0.99.3
restart: unless-stopped
networks:
- matrix
@ -97,7 +97,7 @@
riot:
container_name: riot_app
image: avhost/docker-matrix-riot:v1.2.0
image: avhost/docker-matrix-riot:v1.0.7
restart: unless-stopped
networks:
- matrix

View file

@ -21,7 +21,5 @@
LETSENCRYPT_HOST: "{{ netdata.domain }}"
LETSENCRYPT_EMAIL: "{{ letsencrypt_email }}"
PGID: "999"
labels:
com.ouroboros.enable: "true"