Update element (+2yo)
This commit is contained in:
parent
d16c326127
commit
47bf79b24f
|
@ -27,10 +27,10 @@ services:
|
||||||
|
|
||||||
matrix-riot:
|
matrix-riot:
|
||||||
container_name: matrix-element
|
container_name: matrix-element
|
||||||
image: ghcr.io/bubuntux/element-web
|
image: vectorim/element-web
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- $CONFIG/riot/config.json:/etc/element-web/config.json:ro
|
- $CONFIG/riot/config.json:/app/config/config.json:ro
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.matrix-riot.rule=Host(`element.bhasher.com`)"
|
- "traefik.http.routers.matrix-riot.rule=Host(`element.bhasher.com`)"
|
||||||
|
|
Loading…
Reference in New Issue